common.h

Go to the documentation of this file.
00001 #ifndef _DHT_COMMON_H_
00002 #define _DHT_COMMON_H_
00003 
00004 #include <ace/Log_Msg.h>
00005 #include <ace/Addr.h>
00006 #include <ace/INET_Addr.h>
00007 #include <ace/Time_Value.h>
00008 #include <ace/Reactor.h>
00009 
00018 namespace dht {
00019     typedef ACE_INET_Addr   addr_inet_type;
00020     typedef ACE_Time_Value  time_value_type;
00021     typedef ACE_Reactor     reactor_type;    
00022 }
00023 
00024 #endif //_REUDP_COMMON_H_

Generated on Thu Mar 1 16:18:47 2007 for libdht by  doxygen 1.5.1