ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/include/DBSDispatcher.hpp
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Oct 31 22:10:36 2005 UTC (19 years, 6 months ago) by afaq
Branch: v00
CVS Tags: start
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
Log Message:
Adding Server code to the repository

File Contents

# 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 <string>
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