/******************************************************************************* * BoapnsD.h Produced by Bidl ******************************************************************************* */ #ifndef BOAPNSD_H #define BOAPNSD_H 1 #include #include #include namespace Boapns { class BoapEntry { public: BoapEntry(); BoapEntry(BString pname, BString phostName, BList paddressList, UInt32 pport, UInt32 pservice); public: BString name; BString hostName; BList addressList; UInt32 port; UInt32 service; }; } #endif