📄 ua_service.hpp
字号:
#ifndef _OCSIP_UAS_SERVICE_H_#define _OCSIP_UAS_SERVICE_H_#include <SIP_Service.h>class UA_Service : public SIP_Service{public: UA_Service (const char* P_name, const char* P_filterFormater ); virtual ~UA_Service(); protected: int reportStateChanged (SIP_ServiceState P_newState, SIP_Cause P_cause ); SIP_Session* createSession (SIP_SessionRequestor P_sessionRequestor); void destroySession (SIP_Session& P_session, SIP_SessionRequestor P_sessionRequestor, SIP_Cause P_cause ); private: UA_Service(const UA_Service &right); UA_Service & operator=(const UA_Service &right); private: static int serviceIDGenerator; };#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -