Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 2799:6e3a60b85da6
New primitives to access Orthanc peers from plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Aug 2018 16:55:07 +0200 |
parents | 2f3007bf0708 |
children | 3ee82c7313e7 |
comparison
equal
deleted
inserted
replaced
2798:5c83e5cf9d79 | 2799:6e3a60b85da6 |
---|---|
155 | 155 |
156 void CallHttpClient(const void* parameters); | 156 void CallHttpClient(const void* parameters); |
157 | 157 |
158 void CallHttpClient2(const void* parameters); | 158 void CallHttpClient2(const void* parameters); |
159 | 159 |
160 void CallPeerApi(const void* parameters); | |
161 | |
160 void GetFontInfo(const void* parameters); | 162 void GetFontInfo(const void* parameters); |
161 | 163 |
162 void DrawText(const void* parameters); | 164 void DrawText(const void* parameters); |
163 | 165 |
164 void DatabaseAnswer(const void* parameters); | 166 void DatabaseAnswer(const void* parameters); |