00001 #ifndef N2NCCREDENTIAL_H 00002 #define N2NCCREDENTIAL_H 00003 #include "nixsys.h" 00004 00005 namespace n2nc { 00006 00012 class Credential{ 00013 public: 00014 Credential(); 00015 ~Credential(); 00016 /* TODO */ 00017 }; 00018 00019 } 00020 00021 #endif