comparison Plugins/Engine/PluginsManager.cpp @ 904:2732b5f57d9c plugins

sample to forward dicom data
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jun 2014 16:07:47 +0200
parents 7d88f3f4a3b3
children 9b8298234254
comparison
equal deleted inserted replaced
903:06b9a30f1e6d 904:2732b5f57d9c
191 PluginsManager::PluginsManager() 191 PluginsManager::PluginsManager()
192 { 192 {
193 memset(&context_, 0, sizeof(context_)); 193 memset(&context_, 0, sizeof(context_));
194 context_.pluginsManager = this; 194 context_.pluginsManager = this;
195 context_.orthancVersion = ORTHANC_VERSION; 195 context_.orthancVersion = ORTHANC_VERSION;
196 context_.FreeBuffer = ::free; 196 context_.Free = ::free;
197 context_.InvokeService = InvokeService; 197 context_.InvokeService = InvokeService;
198 } 198 }
199 199
200 PluginsManager::~PluginsManager() 200 PluginsManager::~PluginsManager()
201 { 201 {