RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: text/x-c++src Binary: false


Hang on, we reloading big blames...
/******************************************************************************* * Boapns.cc Produced by Bidl ******************************************************************************* */ #include <BoapnsD.h> namespace Boapns { // BoapEntry Object Implementation BoapEntry::BoapEntry(){ } BoapEntry::BoapEntry(BString pname, BString phostName, BList<BString> paddressList, UInt32 pport, UInt32 pservice){ name = pname; hostName = phostName; addressList = paddressList; port = pport; service = pservice; } }