📄 addtwo_impl.h
字号:
/*
Created by eSoap Code Generator for C++, >>> DEMO <<< Version - 1.08
**** DO NOT EDIT THIS FILE. *****
Time: Mon Sep 17 19:55:10 2001
**** CODE CREATED USING AN UNREGISTERED VERSION OF ESOAPCG.
Please, after the initial testing, you *MUST* buy a
copy of this application to continue using it.
* Limits of this version:
+ 5 functions per interface
+ 5 User defined types( Complex Types )
*/
#ifndef AddTwo_impl_h__
#define AddTwo_impl_h__
#include "i_AddTwo.h"
namespace sample {
class esoap::MethodDataBlock;
class AddTwo_Impl : public IAddTwo
{
esoap::MethodDataBlock *__currentBlock;
public:
AddTwo_Impl();
virtual ~AddTwo_Impl();
void activate();
void deactivate();
esoap::MethodDataBlock *getCurrentBlock() const { return __currentBlock; }
virtual int add(
const int a,
const int b );
private:
int add_impl( esoap::MethodDataBlock *mdata );
static const char *NS_URI;
};
}
#endif // AddTwo_impl_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -