Revision: | 1.2 |
Committed: | Mon Nov 7 16:29:03 2005 UTC (19 years, 6 months ago) by afaq |
Branch: | MAIN |
CVS Tags: | DBS_0_0_3a, DBS_0_0_3, DBS_0_0_2, DBS_0_0_1, pre_DBS_0_0_1, post_dict_type_checking_merge, post_MiniPythonAPI_merged_to_trunk, pre_MiniPythonAPI_merge_to_trunk, DBS_0_0_0, vs20060320, AfterJan2006SchemaChanges_v01_00_01, AfterJan2006SchemaChanges_v01_00_00, AfterJan2006SchemaChanges, BeforeJan2006SchemaChanges, before_message_removal, preXOverChanges, HEAD |
Branch point for: | BranchForCPPWebServiceTesting |
Changes since 1.1: | +1 -1 lines |
Log Message: | More Logging Added |
# | Content |
---|---|
1 | #ifndef _DBSDispatcher_hpp_ |
2 | #define _DBSDispatcher_hpp_ |
3 | |
4 | |
5 | //#include "Communicate.hpp" |
6 | #include "Message.hpp" |
7 | #include "Managers.hpp" |
8 | #include <log4cxx/logger.h> |
9 | |
10 | class DBSDispatcher { |
11 | |
12 | public: |
13 | DBSDispatcher(){}; |
14 | //////////////// |
15 | //\\\\\\\\\\\\ Make this return by reference. |
16 | |
17 | int run(Message*, Message&); |
18 | }; |
19 | |
20 | #endif |
21 |