diff OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h @ 660:f0232774b913

fix warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 15:07:58 +0100
parents 5425bb6f1ea5
children d380222b4c2a
line wrap: on
line diff
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h	Mon Nov 04 14:41:46 2013 +0100
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h	Mon Nov 04 15:07:58 2013 +0100
@@ -372,8 +372,8 @@
 }
 
 
-
-void ::OrthancClient::Internals::Library::LoadFunctions()
+namespace OrthancClient { namespace Internals { 
+inline void Library::LoadFunctions()
 {
   typedef const char* (LAAW_ORTHANC_CLIENT_CALL_CONV* Function) ();
   Function getVersion = (Function) LAAW_ORTHANC_CLIENT_GET_FUNCTION(handle_, "LAAW_EXTERNC_GetVersion", "0");
@@ -462,6 +462,7 @@
     }
   }
 }
+}}
 namespace OrthancClient
 {
   class OrthancConnection;