DCL 4.0
Loading...
Searching...
No Matches
VisitorBook.cpp File Reference
#include <dcl/Config.h>
#include <dcl/String.h>
#include <dcl/Html.h>
#include "EShopServlet.h"
#include "VisitorBook.h"

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (VisitorBook, Object) VisitorBook

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( VisitorBook ,
Object  )

Definition at line 20 of file VisitorBook.cpp.

27 : __servlet(_servlet)
28{
29 m_strMainCommand = strMainCommand;
30 m_nMainCommandID = nMainCommandID;
31 m_strCommand = strCommand;
32}