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

📄 warsvrwin32ntenginetask.h

📁 ftpserver very good sample
💻 H
字号:
/**      WarThreadPoolTask that process I/O Completion ports.*/#ifndef WAR_SVR_WIN32_NT_ENGINE_TASK_H#define WAR_SVR_WIN32_NT_ENGINE_TASK_H/* SYSTEM INCLUDES *//* PROJECT INCLUDES */#ifndef WAR_THREAD_POOL_TASK_H#   include"WarThreadPoolTask.h"#endif/* LOCAL INCLUDES *//* FORWARD REFERENCES */class WarSvrWin32NtEngine;#ifdef __cplusplusextern "C" {#endif/****************** BEGIN OLD STYLE C spesific ********//****************** END OLD STYLE C spesific **********/#ifdef __cplusplus }#endif/****************** BEGIN C++ spesific ****************/#ifdef __cplusplusclass WarSvrWin32NtEngineTask : public WarThreadPoolTask{public:    // LIFECYCLE        /**    * Default constructor.    */    WarSvrWin32NtEngineTask(WarSvrWin32NtEngine& rEngine);       /**    * Destructor.    */    ~WarSvrWin32NtEngineTask(void);        // OPERATORS            // OPERATIONS                           // ACCESS    // INQUIRY    /// Housekeeping delay    DWORD GetWaitTimeout()     {        return 1000;    }    protected:    virtual void OnProcessing(WarThreadForPool * pThread);private:    WarSvrWin32NtEngine& mrEngine;};/* INLINE METHODS *//* EXTERNAL REFERENCES */#endif /* __cplusplus *//****************** END C++ spesific ******************/#endif  /* WAR_SVR_WIN32_NTENGINE_TASK_H_ */

⌨️ 快捷键说明

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