| Return Type | Function name | Arguments |
|---|---|---|
| void | hdsRecap::Generate | (hzChain&,hzHttpEvent*,unsigned int&,) |
Declared in file: hzDissemino.h
Defined in file : hdsGenerate.cpp
Function Logic:
Function body:
void hdsRecap::Generate (hzChain& C, hzHttpEvent* pE, unsigned int& nLine)
{
_hzfunc("hdsRecap::Generate") ;
if (m_pApp->m_KeyPublic)
C.Printf("<div class="g-recaptcha" data-sitekey="%s"></div>" , *m_pApp->m_KeyPublic) ;
else
C << "<div class="g-recaptcha" invalid data-sitekey="not supplied"></div>" ;
}