comparison Platforms/Generic/OracleWebService.h @ 288:8c8da145fefa am-2

renamings and doc
author am@osimis.io
date Thu, 30 Aug 2018 16:52:40 +0200
parents dc1beee33134
children 87376a645ee1
comparison
equal deleted inserted replaced
287:2038d76bf13f 288:8c8da145fefa
27 #include "WebServicePostCommand.h" 27 #include "WebServicePostCommand.h"
28 #include "../../Applications/Generic/BasicNativeApplicationContext.h" 28 #include "../../Applications/Generic/BasicNativeApplicationContext.h"
29 29
30 namespace OrthancStone 30 namespace OrthancStone
31 { 31 {
32 // The OracleWebService performs HTTP requests in a native environment.
32 class OracleWebService : public IWebService 33 class OracleWebService : public IWebService
33 { 34 {
34 private: 35 private:
35 Oracle& oracle_; 36 Oracle& oracle_;
36 BasicNativeApplicationContext& context_; 37 BasicNativeApplicationContext& context_;