ua_service.hpp
来自「改进后的SIP SERVICE API」· HPP 代码 · 共 34 行
HPP
34 行
#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 + =
减小字号Ctrl + -
显示快捷键?