temperatureporttype_proxy.h
来自「ESOAP是一款专注于嵌入式web service开发的工具 压缩包里提供了基」· C头文件 代码 · 共 49 行
H
49 行
/*
Created by eSoap Code Generator for C++, >>> DEMO <<< Version - 1.08
**** DO NOT EDIT THIS FILE. *****
Time: Mon Sep 17 20:08:24 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 TemperaturePortType_proxy_h__
#define TemperaturePortType_proxy_h__
#include "soap_transport.h"
#include "soap_exception.h"
#include "i_TemperaturePortType.h"
namespace TemperatureService {
class TemperaturePortType_Proxy : public ITemperaturePortType
{
public:
TemperaturePortType_Proxy( const char *url, unsigned long timeout );
~TemperaturePortType_Proxy();
esoap::Transport *getTransport() const { return __ht; }
virtual float getTemp(
const esoap::String & zipcode );
private:
esoap::Transport *__ht;
static const char *NS_URI;
static const char *SOAP_ACTION;
};
}
#endif // TemperaturePortType_proxy_h__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?