| Return Type | Function name | Arguments |
|---|---|---|
| void | hdsArticleStd::Display | (hzChain&,hzHttpEvent*,) |
Declared in file: hzDissemino.h
Defined in file : hdsGenerate.cpp
Function Logic:
Function body:
void hdsArticleStd::Display (hzChain& C, hzHttpEvent* pE)
{
_hzfunc("hdsArticleStd::Display") ;
hdsVE* pVE ;
uint32_t nV ;
uint32_t relLn ;
threadLog("Generating Article %s\n", *m_Title) ;
for (nV = 0; nV < m_VEs.Count() ; nV++)
{
pVE = m_VEs[nV] ; pVE->Generate(C, pE, relLn) ;
}
}