#ifndef _NIC_H_ #define _NIC_H_ namespace mvsol { namespace nic { BOOL GetIp(CStringArray& strIpArray); } } // namespace mvsol #endif // _NIC_H_