#ifndef __formatclientuser_h #define __formatclientuser_h class FormatClientUser : public ClientUser { public: FormatClientUser(const char* format) { formatString = format; // masterClientUser = ui; } void OutputStat( StrDict *varList ); //void Message( Error *err ); private: const char* formatString; //ClientUser* masterClientUser; }; #endif
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6308 | Shawn Hladky | px: Initial submit |