⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dumfeaturemessage.hxx

📁 这是国外的resip协议栈
💻 HXX
字号:
#if !defined(RESIP_DumFeatureMessage_hxx)#define RESIP_DumFeatureMessage_hxx #include <iosfwd>#include "resip/stack/ApplicationMessage.hxx"namespace resip{//!dcm! -- what is the intent of ApplicationMessage, especially as used in//repro? Is this really what ApplicationMessage should be(always has tid)class DumFeatureMessage : public ApplicationMessage{   public:      DumFeatureMessage(const Data& tid);            DumFeatureMessage(const DumFeatureMessage&);            ~DumFeatureMessage();      Message* clone() const;      virtual std::ostream& encode(std::ostream& strm) const;      /// output a brief description to stream      virtual std::ostream& encodeBrief(std::ostream& str) const;      virtual const Data& getTransactionId() const { return mTransactionId; }   private:      Data mTransactionId;      };}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -