![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSCustomException (const char *code) | |
const char * | exceptionCode () const |
void | exceptionCode (const char *code) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
![]() | |
void | destroy () |
const char * | locator () const |
void | locator (const char *locator) |
const char * | value () const |
void | value (const char *value) |
Additional Inherited Members | |
![]() | |
TSLWMSException () | |
~TSLWMSException () | |
TSLWMSCustomException::TSLWMSCustomException | ( | const char * | code | ) |
const char * TSLWMSCustomException::exceptionCode | ( | ) | const |
void TSLWMSCustomException::exceptionCode | ( | const char * | code | ) |
void * TSLWMSCustomException::operator new | ( | size_t | size | ) |
void * TSLWMSCustomException::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.