Web API Reference MapGuide Open Source
#define CHECK_SITE_CONN ( methodName   ) 

Value:

if (NULL == this->m_pSiteConn)                                            \
        throw new MgConnectionNotOpenException(methodName, __LINE__, __WFILE__, NULL, L"", NULL); \


Comments or suggestions? Send us feedback.