/******************************************************************************* * BoapnsD.h Produced by Bidl * Copyright (c) 2012 All Right Reserved, Beam Ltd, http://www.beam.ltd.uk ******************************************************************************* */ #ifndef BOAPNSD_H #define BOAPNSD_H 1 #include #include #include #include #include #include #include namespace Boapns { class BoapEntry { public: BoapEntry(BString pname = BString(), BString phostName = BString(), BList paddressList = BList(), BUInt32 pport = BUInt32(), BUInt32 pservice = BUInt32()); public: BString name; BString hostName; BList addressList; BUInt32 port; BUInt32 service; }; } #endif