subserver.h

Go to the documentation of this file.
00001 
00033 #ifndef ABA_SUBSERVER_H
00034 #define ABA_SUBSERVER_H
00035 
00036 #include "abacus/mtserver.h"
00037 
00038 
00039   class  ABA_SUBSERVER :  public ABA_MTSERVER  {
00040     public:
00041       ABA_SUBSERVER(ABA_MASTER *master, int port, int nThreads);
00042 
00043     protected:
00044 
00046       virtual bool svcMessage(ABA_MESSAGE& msg);
00047   };
00048 
00049 
00050 inline ABA_SUBSERVER::ABA_SUBSERVER(ABA_MASTER *master, int port, int nThreads)
00051 :
00052   ABA_MTSERVER(master, port, nThreads)
00053 {}
00054 
00055 
00056 #endif  // ABA_SUBSERVER_H
00057 

Generated on Tue Aug 14 18:09:54 2007 for ABACUS by  doxygen 1.5.1