X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_sockets%2Fbcast_spocketer.cpp;h=f96413e0b3c7d834909a2cf581ca1297b250fdb0;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=c3a91c5b1d4b9fe7926219a38266d4e2a20255a9;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/tests_sockets/bcast_spocketer.cpp b/octopi/library/tests_sockets/bcast_spocketer.cpp index c3a91c5b..f96413e0 100644 --- a/octopi/library/tests_sockets/bcast_spocketer.cpp +++ b/octopi/library/tests_sockets/bcast_spocketer.cpp @@ -31,14 +31,11 @@ #include -//using namespace application; using namespace basis; -//using namespace filesystem; using namespace loggers; using namespace mathematics; using namespace sockets; using namespace structures; -//using namespace textual; using namespace timely; using namespace unit_test; @@ -60,7 +57,7 @@ broadcast_spocket_tester::broadcast_spocket_tester (const internet_address &where, bool unicast) : _where(new internet_address(where)), _stack(new tcpip_stack), - _socket(NIL), + _socket(NULL_POINTER), _raw(new raw_socket), _ucast(unicast) {