1#ifndef __ESHOP_VISITOR_BOOK_H__
2#define __ESHOP_VISITOR_BOOK_H__ 20041210
7#ifndef __DCL_HTTP_SERVLET_EX_H__
10#ifndef __DCL_TEXT_TEMPLATE_H__
20 String __strMainCommand;
27 CM_VISITOR_BOOK_LIST = 0,
29 CM_VISITOR_BOOK_DELETE,
30 CM_VISITOR_BOOK_UPDATE_FORM,
31 CM_VISITOR_BOOK_UPDATE
36 const String& strMainCommand,
38 const String& strCommand,
54 ListedStringToStringArrayMap& params,
60 ListedStringToStringArrayMap& params,
66 ListedStringToStringArrayMap& params,
73 ListedStringToStringArrayMap& params,
#define DECLARE_CLASSINFO(class_name)
bool onVisitorBookBody(ListedStringToStringArrayMap ¶ms, SQLConnection *pSQLConn, Writer &out)
void onVisitorBookDelete(ListedStringToStringArrayMap ¶ms, SQLConnection *pSQLConn, Writer &out)
bool onVisitorBook(HttpServletContextEx &ctx, Writer &out, SQLConnection *pSQLConn)
void onVisitorBookList(SQLConnection *pSQLConn, Writer &out)
void onVisitorBookUpdateForm(ListedStringToStringArrayMap ¶ms, SQLConnection *pSQLConn, Writer &out)
void onVisitorBookUpdate(ListedStringToStringArrayMap ¶ms, HttpServletContextEx &ctx, SQLConnection *pSQLConn, Writer &out)
VisitorBook(const String &strMainCommand, int nMainCommandID, const String &strCommand, const EShopServlet &_servlet)