📄 ttsservice_proxy.h
字号:
/*
Created by eSoap Code Generator for C++, >>> DEMO <<< Version - 1.08
**** DO NOT EDIT THIS FILE. *****
Time: Sun Sep 09 19:00:25 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 TTSService_proxy_h__
#define TTSService_proxy_h__
#include "soap_transport.h"
#include "soap_exception.h"
#include "i_TTSService.h"
namespace TTSService {
class TTSService_Proxy : public ITTSService
{
public:
TTSService_Proxy( const char *url, unsigned long timeout );
~TTSService_Proxy();
esoap::Transport *getTransport() const { return __ht; }
virtual esoap::Packet getBase64Wave(
const esoap::String & text,
const float speed,
const float pitch,
const float volume );
virtual esoap::Packet getBase64Wave(
const esoap::String & text );
private:
esoap::Transport *__ht;
static const char *NS_URI;
static const char *SOAP_ACTION;
};
}
#endif // TTSService_proxy_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -