| Return Type | Function name | Arguments |
|---|---|---|
| hdsApp* | hdsSphere::GetApplication | (hzString&,) |
Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp
Function Logic:
Function body:
hdsApp* hdsSphere::GetApplication (hzString& domain)
{
_hzfunc("hdsSphere::GetApplication(str)") ;
_sphere_app* pSE ; // Sphere entry
pSE = m_AppsByHost[domain] ;
if (!pSE)
return 0;
return pSE->m_pApp ;
}