DCL 3.7.4
Loading...
Searching...
No Matches
DataSource.h
Go to the documentation of this file.
1#ifndef __DCL_HS_DATA_SOURCE_H__
2#define __DCL_HS_DATA_SOURCE_H__ 20060625
3
4#ifndef __DCL_HS_HTML_VIEW_H__
5#include "HtmlView.h"
6#endif
7
8__DCL_BEGIN_NAMESPACE
9
10#define MESSAGE_START_ID 1
11#define NOTICE_START_ID 2000000001
12
14{
16protected:
18
19 virtual void init(SQLFields& fields)
21
22 virtual void onPrint(Session& session)
24
25protected:
28
33 bool __bAll;
34};
35
37{
39protected:
41
42 virtual void init(SQLFields& fields)
44
45 virtual void onPrint(Session& session)
47
48 virtual void onPost(Session& session)
50
51protected:
54};
55
57{
59protected:
61
62 virtual void init(SQLFields& fields)
64
65 virtual void onPrint(Session& session)
67
68protected:
71};
72
73__DCL_END_NAMESPACE
74
75#endif // __DCL_HS_DATA_SOURCE_H__
#define __DCL_THROWS1(e)
Definition Config.h:152
#define DECLARE_CLASSINFO_EX(class_name)
Definition HtmlView.h:32
HtmlView(HtmlPage *pPage)