Return TypeFunction nameArguments
hdsApp*hdsSphere::GetApplication(hzString&,)

Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp

Function Logic:

0:START 1:pSE 2:unknown 3:Return 0 4:Return pSE->m_pApp

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 ;
}