#ifndef CMedthodInterface__h #define CMedthodInterface__h #include #include "CTransStruct.h" namespace Chromium { class CMedthodInterface { public: bool m_forceNewReturn; std::string mMethodName; std::string mMethodType; CTransStruct mRequestInterpreter; CTransStruct mResponseInterpreter; }; } #endif