deep mods
[feisty_meow.git] / octopi / applications / transporter / find_missing.cpp
index ffe3b9fa1e2cb080b2e2eb720da1bd4a4328961b..d8712cfcb796f1813fbbb3e464f90ca8c3eecbc5 100644 (file)
@@ -97,8 +97,8 @@ private:
 find_missing::find_missing()
 : application_shell(),
   _saw_clients(false),
-  _server_side(NIL),
-  _client_side(NIL),
+  _server_side(NULL_POINTER),
+  _client_side(NULL_POINTER),
   _leave_when_no_clients(false),
   _encryption(false),
   _started_okay(false)
@@ -269,7 +269,7 @@ int find_missing::retrieve_info_from_server()
     non_continuable_error(class_name(), func, astring("failed to initiate "
         " the transfer: ") + cromp_client::outcome_name(start_ret));
 
-  infoton *start_reply_tmp = NIL;
+  infoton *start_reply_tmp = NULL_POINTER;
 //hmmm: set timeout appropriate to the speed of the connection!
   outcome first_receipt = _client_side->acquire(start_reply_tmp, cmd_id);
   if (first_receipt != cromp_client::OKAY)