00001 #ifndef N2NCNETWORKCHANNEL_H 00002 #define N2NCNETWORKCHANNEL_H 00003 00004 namespace n2nc { 00005 00011 class NetworkChannel{ 00012 public: 00013 NetworkChannel(); 00014 ~NetworkChannel(); 00015 00016 bool wantConnect(); 00017 bool wantDisconnect(); 00018 /* and many others fncs */ 00019 00020 00021 }; 00022 00023 00024 } 00025 00026 #endif