diff OrthancCppClient/HttpClient.h @ 457:997282a61ff8

cleaner names
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2013 16:00:13 +0200
parents e3a40c7846b8
children 456b9d2e9af4
line wrap: on
line diff
--- a/OrthancCppClient/HttpClient.h	Thu Jul 04 15:53:46 2013 +0200
+++ b/OrthancCppClient/HttpClient.h	Thu Jul 04 16:00:13 2013 +0200
@@ -111,5 +111,9 @@
 
     void SetPassword(const char* username,
                      const char* password);
+
+    static void GlobalInitialize();
+  
+    static void GlobalFinalize();
   };
 }