ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/include/DBSDispatcher.hpp
Revision: 1.1
Committed: Mon Oct 31 22:10:36 2005 UTC (19 years, 6 months ago) by afaq
Branch: MAIN
Branch point for: v00
Log Message:
Initial revision

File Contents

# User Rev Content
1 afaq 1.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