Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

ServerQuorumDispatcher.h

00001 /*
00002  * Copyright 2003 Michael A. Marsh, Cornell University. All rights reserved.
00003  * This software is released under the modified BSD license.
00004  * See the file LICENSE in the top-level directory for details.
00005  */
00006 //
00007 // $Id: ServerQuorumDispatcher.h,v 1.3 2004/05/19 15:56:58 mmarsh Exp $
00008 //
00009 // $Log: ServerQuorumDispatcher.h,v $
00010 // Revision 1.3  2004/05/19 15:56:58  mmarsh
00011 // *** empty log message ***
00012 //
00013 // Revision 1.2  2003/11/04 22:31:51  mmarsh
00014 // *** empty log message ***
00015 //
00016 //
00017 
00018 #ifndef __CODEX_SERVER_SERVERQUORUMDISPATCHER_H__
00019 #define __CODEX_SERVER_SERVERQUORUMDISPATCHER_H__
00020 
00021 #include <map>
00022 
00023 #include "CODEX_Quorum/Message.h"
00024 #include "CODEX_Quorum/MessageDispatcher.h"
00025 #include "MessageParser.h"
00026 
00027 namespace CODEX_Server
00028 {
00035    class ServerQuorumDispatcher : public CODEX_Quorum::QuorumDispatcher
00036    {
00037       public :
00039          ServerQuorumDispatcher() {}
00040 
00042          virtual ~ServerQuorumDispatcher() {}
00043 
00044          void operator()( const void* request,
00045                           CODEX_Quorum::ResponseInfo* ri );
00046    };
00047 
00048 }
00049 
00050 #endif /* __CODEX_SERVER_SERVERQUORUMDISPATCHER_H__ */

Generated on Wed Jun 2 16:32:56 2004 for COrnell Data EXchange (CODEX) by doxygen1.2.18