Wiselib
wiselib.testing/algorithms/bgu_clustering/MessageDestination.h
Go to the documentation of this file.
00001 #ifndef MESSAGEDESTINATION_H_
00002 #define MESSAGEDESTINATION_H_
00003 
00004 #include "utils.h"
00005 
00006 namespace wiselib{
00007 
00008 class TopologyMessage;
00009 
00010 class MessageDestination
00011 {
00012 public:
00013    virtual ~MessageDestination();
00014 
00015    virtual error_code_t handle(wiselib::TopologyMessage* msg)=0;
00016 };
00017 
00018 }
00019 
00020 #endif /* MESSAGEDESTINATION_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines