notify_handler.h

00001 #ifndef _DHT_NOTIFY_HANDLER_H_
00002 #define _DHT_NOTIFY_HANDLER_H_
00003 
00004 namespace dht {
00012     class notify_handler {
00013     public:
00014         virtual ~notify_handler();
00015         
00019         virtual void success() = 0;
00026         virtual void failure(int error, const char *errstr) = 0;
00027     };
00028 }
00029 
00030 #endif //_DHT_NOTIFY_HANDLER_H_

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