version 1.40.130 release
[feisty_meow.git] / octopi / library / tests_sockets / bcast_spocketer.cpp
index c3a91c5b1d4b9fe7926219a38266d4e2a20255a9..f96413e0b3c7d834909a2cf581ca1297b250fdb0 100644 (file)
 
 #include <errno.h>
 
-//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)
 {