|
|
@@ -45,6 +45,8 @@ public:
|
|
|
virtual void Handle_OpenCommonPage(SpReqAnsContext<GUIConsoleService_OpenCommonPage_Req, GUIConsoleService_OpenCommonPage_Ans>::Pointer ctx);
|
|
|
|
|
|
virtual void Handle_CloseCommonPage(SpReqAnsContext<GUIConsoleService_CloseCommonPage_Req, GUIConsoleService_CloseCommonPage_Ans>::Pointer ctx);
|
|
|
+
|
|
|
+ virtual void Handle_ReservedCall(SpReqAnsContext<GUIConsoleService_ReservedCall_Req, GUIConsoleService_ReservedCall_Ans>::Pointer ctx);
|
|
|
private:
|
|
|
CGUIConsoleEntity* m_pEntity;
|
|
|
};
|