warclientsession.cpp

来自「ftpserver very good sample」· C++ 代码 · 共 34 行

CPP
34
字号
#include "StdAfx.h"#include "WarClientSession.h"   // class implementedusing namespace std;/////////////////////////////// PUBLIC /////////////////////////////////////////============================= LIFECYCLE ====================================WarClientSession::WarClientSession(const std::string& siteName,         const std::string& userName,        const WarNetAddress& fromHost,        const war_uint64_t& fromSocketSeqId) :WarClientSessionData(siteName, userName, fromHost, fromSocketSeqId){}// WarClientSessionWarClientSession::~WarClientSession(){}// ~WarClientSession//============================= OPERATORS ====================================//============================= OPERATIONS ===================================//============================= CALLBACK   ===================================//============================= ACCESS     ===================================//============================= INQUIRY    ===================================/////////////////////////////// PROTECTED  ////////////////////////////////////////////////////////////////// PRIVATE    ///////////////////////////////////

⌨️ 快捷键说明

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