00001 #ifndef N2NCTRACKERSERVER_H 00002 #define N2NCTRACKERSERVER_H 00003 00004 #include "nixsys.h" 00005 #include "thread.h" 00006 00007 namespace n2nc { 00008 00015 class TrackerServer{ 00016 public: 00017 TrackerServer(); 00018 ~TrackerServer(); 00019 00024 int start(int max_con); 00025 00026 }; 00027 00028 } 00029 00030 #endif