00001 #ifndef N2NC_NETUNIXADDRESS_H 00002 #define N2NC_NETUNIXADDRESS_H 00003 00004 #include <address.h> 00005 00006 namespace n2nc { 00007 00008 namespace net { 00009 00014 class UnixAddress : public Address 00015 { 00016 public: 00017 UnixAddress(); 00018 00019 ~UnixAddress(); 00020 00021 }; 00022 00023 } 00024 00025 } 00026 00027 #endif