![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Represents the location of a WSDL document. It encodes the WSDL of the WPS schema.
Public Member Functions | |
TSLWPSWSDL (const char *href="") | |
void | destroy () |
const char * | href () const |
void | href (const char *value) const |
void * | operator new (size_t size) |
void * | operator new (size_t size, char *filename, int line) |
TSLWPSWSDL::TSLWPSWSDL | ( | const char * | href = "" | ) |
Basic constructor.
href | The URL required to access the WSDL. |
void TSLWPSWSDL::destroy | ( | ) |
Used to delete this object
const char * TSLWPSWSDL::href | ( | ) | const |
Returns the URL of the WSDL.
void TSLWPSWSDL::href | ( | const char * | value | ) | const |
Sets the WSDL URL.
value | The URL required to access the WSDL. |
void * TSLWPSWSDL::operator new | ( | size_t | size | ) |
void * TSLWPSWSDL::operator new | ( | size_t | size, |
char * | filename, | ||
int | line ) |
When included in an MFC applicaton in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the users application may be in debug mode.