wmsnodeserverlogs.h

来自「ftpserver very good sample」· C头文件 代码 · 共 80 行

H
80
字号
/** */#ifndef WMS_NODE_SERVER_LOGS_H#define WMS_NODE_SERVER_LOGS_H/* SYSTEM INCLUDES *//* PROJECT INCLUDES */#ifndef CDELEGATION_BASE_H#   include "DelegationBase.h"#endif#ifndef WAR_IF_SERVER_H#   include "WarIfServer.h"#endif/* LOCAL INCLUDES *//* FORWARD REFERENCES */class WarIfServer;#ifdef __cplusplusextern "C" {#endif/****************** BEGIN OLD STYLE C spesific ********//****************** END OLD STYLE C spesific **********/#ifdef __cplusplus }#endif/****************** BEGIN C++ spesific ****************/#ifdef __cplusplusclass WmsNodeServerLogs : public CDelegationBase{public:    // LIFECYCLE    WmsNodeServerLogs(war_if_server_ptr_t& rSvrPtr);    ~WmsNodeServerLogs();    // OPERATORS    // OPERATIONS    // CALLBACK    virtual HRESULT OnExpand(IConsoleNameSpace *pConsoleNameSpace, IConsole *pConsole, HSCOPEITEM parent);    // ACCESS    // INQUIRY    virtual const int GetBitmapIndex();    virtual const _TCHAR *GetDisplayName(int nCol = 0);    virtual const GUID& getNodeType();    protected:private:    war_if_server_ptr_t mServicePtr;    static const GUID thisGuid;};/* INLINE METHODS *//* EXTERNAL REFERENCES */#endif /* __cplusplus *//****************** END C++ spesific ******************/#endif  /* WMS_NODE_SERVER_LOGS_H_ */

⌨️ 快捷键说明

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