#include "pxheaders.h" #include "formatclientuser.h" void FormatClientUser::OutputStat(StrDict *varList) { StrBuf formated; StrRef fmt = StrRef(formatString); StrOps::Expand(formated, fmt, *varList); Error err; err.Set(E_INFO, formated.Text()); Message(&err); }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6308 | Shawn Hladky | px: Initial submit |