?? addtwo_proxy.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_proxy_h__
#define AddTwo_proxy_h__
#include "soap_transport.h"
#include "soap_exception.h"
#include "i_AddTwo.h"
namespace sample {
class AddTwo_Proxy : public IAddTwo
{
public:
AddTwo_Proxy( const char *url, unsigned long timeout );
~AddTwo_Proxy();
esoap::Transport *getTransport() const { return __ht; }
virtual int add(
const int a,
const int b );
private:
esoap::Transport *__ht;
static const char *NS_URI;
static const char *SOAP_ACTION;
};
}
#endif // AddTwo_proxy_h__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -