| Return Type | Function name | Arguments |
|---|---|---|
| hdsApp* | hdsSphere::GetApplication | (const hzString&,) |
Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp
Function Logic:
Function body:
hdsApp* hdsSphere::GetApplication (const hzString& domain)
{
_hzfunc("hdsSphere::GetApplication(str)") ;
return m_AppsByHost[domain] ;
}