comparison OrthancServer/ServerContext.h @ 1447:5ba7471780ae

refactoring: HttpToolbox, DumpJson in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 17:42:06 +0200
parents b2b09a3dbd8e
children b737acb13da5
comparison
equal deleted inserted replaced
1446:8dc80ba768aa 1447:5ba7471780ae
235 OrthancHttpHandler& GetHttpHandler() 235 OrthancHttpHandler& GetHttpHandler()
236 { 236 {
237 return httpHandler_; 237 return httpHandler_;
238 } 238 }
239 239
240 void Stop();
241
240 242
241 /** 243 /**
242 * Management of the plugins 244 * Management of the plugins
243 **/ 245 **/
244 246