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

📄 env.h

📁 linux下简单对象应用协议的开发库
💻 H
字号:
/*	env.h	Defines gSOAP environment shared by client and service modules	Imports SOAP Fault and SOAP Header structures, which will be	shared by client and service modules. The Header structure	should contain all fields required by the clients and services.	Copyright (C) 2000-2003 Robert A. van Engelen, Genivia inc.	All Rights Reserved.	Compile:	soapcpp2 -penv env.h	c++ -c envC.cpp	c++ -DWITH_NONAMESPACES -c stdsoap2.cpp*/#import "header.h"		// optional user-defined headers#import "fault.h"		// optional user-defined fault details

⌨️ 快捷键说明

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