00001 00002 #ifndef NETINFO_HPP 00003 #define NETINFO_HPP 00004 00005 #include <string> 00006 00007 using namespace std; 00008 00009 namespace netinfo 00010 { 00011 std::string getHostName(); 00012 } 00013 00014 #endif//NETINFO_HPP 00015 00016