⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soap2stuff.cpp

📁 linux下简单对象应用协议的开发库
💻 CPP
字号:
/** file to include stdsoap2.cpp here, to get around directory location problems etc.
*/

/* You must set the include path in Visual Studio under tools|options|directories|include anway. 
   There also the file below can be found.
*/
#include "stdsoap2.cpp"

#include "soapH.h"

xsd__base64Binary::xsd__base64Binary() 
{ 
   __ptr = NULL; 
   __size = 0; 
   id = NULL;
   type = NULL;
   options = NULL;
} 
xsd__base64Binary::xsd__base64Binary(struct soap *soap, int n) 
{ 
   __ptr = (unsigned char*)soap_malloc(soap, n); 
   __size = n; 
   id = NULL;
   type = NULL;
   options = NULL;
} 
xsd__base64Binary::~xsd__base64Binary() 
{ } 
unsigned char *xsd__base64Binary::location() 
{ 
   return __ptr; 
} 
int xsd__base64Binary::size() 
{ 
   return __size; 
} 

⌨️ 快捷键说明

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