Mercurial > hg > orthanc
comparison OrthancServer/ServerContext.h @ 1452:b737acb13da5
refactoring of the main function
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 02 Jul 2015 11:35:41 +0200 |
parents | 5ba7471780ae |
children | c0bdc47165ef |
comparison
equal
deleted
inserted
replaced
1451:538fc8359a9a | 1452:b737acb13da5 |
---|---|
249 void ResetPlugins(); | 249 void ResetPlugins(); |
250 | 250 |
251 bool HasPlugins() const; | 251 bool HasPlugins() const; |
252 | 252 |
253 const OrthancPlugins& GetPlugins() const; | 253 const OrthancPlugins& GetPlugins() const; |
254 | |
255 }; | 254 }; |
256 } | 255 } |