comparison 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
comparison
equal deleted inserted replaced
659:443cced10836 660:f0232774b913
370 * @} 370 * @}
371 */ 371 */
372 } 372 }
373 373
374 374
375 375 namespace OrthancClient { namespace Internals {
376 void ::OrthancClient::Internals::Library::LoadFunctions() 376 inline void Library::LoadFunctions()
377 { 377 {
378 typedef const char* (LAAW_ORTHANC_CLIENT_CALL_CONV* Function) (); 378 typedef const char* (LAAW_ORTHANC_CLIENT_CALL_CONV* Function) ();
379 Function getVersion = (Function) LAAW_ORTHANC_CLIENT_GET_FUNCTION(handle_, "LAAW_EXTERNC_GetVersion", "0"); 379 Function getVersion = (Function) LAAW_ORTHANC_CLIENT_GET_FUNCTION(handle_, "LAAW_EXTERNC_GetVersion", "0");
380 if (getVersion == NULL) 380 if (getVersion == NULL)
381 { 381 {
460 { 460 {
461 throw ::OrthancClient::OrthancClientException("Unable to load the functions of the shared library"); 461 throw ::OrthancClient::OrthancClientException("Unable to load the functions of the shared library");
462 } 462 }
463 } 463 }
464 } 464 }
465 }}
465 namespace OrthancClient 466 namespace OrthancClient
466 { 467 {
467 class OrthancConnection; 468 class OrthancConnection;
468 } 469 }
469 470