summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
index 2565d39232f..5007f65a7f5 100644
--- a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
@@ -294,9 +294,9 @@ Logging_Supplier::insert_event_data (CORBA::Any &data,
navigation_.utilization = 0.0;
navigation_.overhead = 0.0;
- navigation_.arrival_time = ORBSVCS_Time::zero ();
- navigation_.completion_time = ORBSVCS_Time::zero ();
- navigation_.computation_time = ORBSVCS_Time::zero ();
+ navigation_.arrival_time = ORBSVCS_Time::zero;
+ navigation_.completion_time = ORBSVCS_Time::zero;
+ navigation_.computation_time = ORBSVCS_Time::zero;
navigation_.update_data = update_data_;
@@ -350,9 +350,9 @@ Logging_Supplier::insert_event_data (CORBA::Any &data,
weapons_.weapon5_status = 0;
weapons_.utilization = 0.0;
weapons_.overhead = 0.0;
- weapons_.arrival_time = ORBSVCS_Time::zero ();
- weapons_.completion_time = ORBSVCS_Time::zero ();
- weapons_.computation_time = ORBSVCS_Time::zero ();
+ weapons_.arrival_time = ORBSVCS_Time::zero;
+ weapons_.completion_time = ORBSVCS_Time::zero;
+ weapons_.computation_time = ORBSVCS_Time::zero;
weapons_.update_data = update_data_;