- 時間撮記:
- 2011-12-8 上午05:55:10 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h
r28800 r39557 28 28 virtual void usage(void) = 0; 29 29 virtual void run(void) = 0; 30 virtual int init(void); 31 virtual int parseOpt(int rc, const RTGETOPTUNION& getOptVal) = 0; 30 32 31 33 inline void debugPrint( int32_t iMinLevel, bool fMsg, const char *pszFmt, ...) const; … … 48 50 INTNETIFHANDLE m_hIf; /**< The handle to the network interface. */ 49 51 PINTNETBUF m_pIfBuf; /**< Interface buffer. */ 52 std::vector<PRTGETOPTDEF> m_vecOptionDefs; 50 53 /** @} */ 51 54 /** @name Debug stuff 52 55 * @{ */ 53 56 int32_t m_cVerbosity; 57 private: 58 PRTGETOPTDEF getOptionsPtr(); 54 59 /** @} */ 55 60 };
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器