comparison Plugins/Include/OrthancCPlugin.h @ 1297:501432928727

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 14:35:56 +0100
parents 50632b89e294
children bba8a47922d1
comparison
equal deleted inserted replaced
1296:179a3049b942 1297:501432928727
523 OrthancPluginContentType type); 523 OrthancPluginContentType type);
524 524
525 525
526 526
527 /** 527 /**
528 * @brief Opaque structure that contains information about the Orthanc core. 528 * @brief Data structure that contains information about the Orthanc core.
529 **/ 529 **/
530 typedef struct _OrthancPluginContext_t 530 typedef struct _OrthancPluginContext_t
531 { 531 {
532 void* pluginsManager; 532 void* pluginsManager;
533 const char* orthancVersion; 533 const char* orthancVersion;
2076 return result; 2076 return result;
2077 } 2077 }
2078 } 2078 }
2079 2079
2080 2080
2081
2082
2083 #ifdef __cplusplus 2081 #ifdef __cplusplus
2084 } 2082 }
2085 #endif 2083 #endif
2086 2084
2087 2085