Return TypeFunction nameArguments
hdsExec*hdsExec::hdsExec(hdsApp*,Exectype,)

Declared and defined in file: hzDissemino.h

Function Logic:

0:START 1:m_pApp m_pFailResponse m_FstParam m_ReposId m_ClassId m_Command 2: No text

Function body:

hdsExec* hdsExec::hdsExec (hdsApp* pApp)Exectype cmd, 
   {
       m_pApp = pApp ;
       m_pFailResponse = 0;
       m_FstParam = 0;
       m_ReposId = 0;
       m_ClassId = 0;
       m_Command = cmd ;
   }