You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
329 B
C
18 lines
329 B
C
![]()
7 years ago
|
#ifndef WEBCC_SOAP_GLOBALS_H_
|
||
|
#define WEBCC_SOAP_GLOBALS_H_
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace webcc {
|
||
|
|
||
|
// -----------------------------------------------------------------------------
|
||
|
// Constants
|
||
|
|
||
|
extern const std::string kSoapAction;
|
||
|
|
||
|
extern const std::string kTextXmlUtf8;
|
||
|
|
||
|
} // namespace webcc
|
||
|
|
||
|
#endif // WEBCC_SOAP_GLOBALS_H_
|