comparison OrthancServer/OrthancRestApi/OrthancRestApi.h @ 764:2f7802e95dd0 dicom-rt

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Apr 2014 16:09:55 +0200
parents 8cfc6119a5bd
children e57e08ed510f
comparison
equal deleted inserted replaced
761:12a3f2eaa99a 764:2f7802e95dd0
57 57
58 void RegisterAnonymizeModify(); 58 void RegisterAnonymizeModify();
59 59
60 void RegisterArchive(); 60 void RegisterArchive();
61 61
62 void RegisterRadiotherapy();
63
62 public: 64 public:
63 OrthancRestApi(ServerContext& context); 65 OrthancRestApi(ServerContext& context);
64 66
65 static ServerContext& GetContext(RestApi::Call& call) 67 static ServerContext& GetContext(RestApi::Call& call)
66 { 68 {