📄 privatekeysubscriptionhandler.hxx
字号:
#if !defined(Repro_PrivateKeySubscriptionHandler_hxx)#define Repro_PrivateKeySubscriptionHandler_hxx#if defined(USE_SSL)#include "resip/dum/SubscriptionHandler.hxx"namespace resip{class Security;class SipMessage;class SecurityAttributes;class Data;class Contents;}namespace repro{class PrivateKeySubscriptionHandler : public resip::ServerSubscriptionHandler{ public: PrivateKeySubscriptionHandler(resip::Security& security); virtual void onNewSubscription(resip::ServerSubscriptionHandle h, const resip::SipMessage& sub); virtual void onPublished(resip::ServerSubscriptionHandle associated, resip::ServerPublicationHandle publication, const resip::Contents* contents, const resip::SecurityAttributes* attrs); virtual void onTerminated(resip::ServerSubscriptionHandle); virtual void onError(resip::ServerSubscriptionHandle, const resip::SipMessage& msg); private: resip::Security& mSecurity;}; }#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -