Skip to content

Commit

Permalink
reverted change from review - didn't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jun 7, 2024
1 parent 9d812c8 commit a7c8efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds/DCPS/Time_Helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ACE_INLINE OpenDDS_Dcps_Export
DDS::Time_t time_value_to_time(const ACE_Time_Value& tv);

ACE_INLINE OpenDDS_Dcps_Export
MonotonicTime_t time_value_to_time(const ACE_Time_Value_T<MonotonicClock>& tv);
MonotonicTime_t time_value_to_time(const ACE_Time_Value_T<ACE_Monotonic_Time_Policy>& tv);

ACE_INLINE OpenDDS_Dcps_Export
ACE_Time_Value duration_to_time_value(const DDS::Duration_t& t);
Expand Down

0 comments on commit a7c8efd

Please sign in to comment.