warpythonexportinterfaces.cpp

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

CPP
32
字号
#include "StdAfx.h"#include "WarPythonExportInterfaces.h"   // class implemented#if WAR_USE_PYTHON/////////////////////////////// PUBLIC /////////////////////////////////////////============================= LIFECYCLE ====================================WarPythonExportInterfaces::WarPythonExportInterfaces(){}// WarPythonExportInterfacesWarPythonExportInterfaces::~WarPythonExportInterfaces(){}// ~WarPythonExportInterfaces//============================= OPERATORS ====================================//============================= OPERATIONS ===================================//============================= CALLBACK   ===================================//============================= ACCESS     ===================================//============================= INQUIRY    ===================================/////////////////////////////// PROTECTED  ////////////////////////////////////////////////////////////////// PRIVATE    ///////////////////////////////////#endif // WAR_USE_PYTHON

⌨️ 快捷键说明

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