diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Thu Jul 02 09:45:36 2015 +0200
+++ b/OrthancServer/ServerContext.h	Thu Jul 02 11:35:41 2015 +0200
@@ -251,6 +251,5 @@
     bool HasPlugins() const;
 
     const OrthancPlugins& GetPlugins() const;
-
   };
 }