summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h b/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h
index daa20dfffb2..312b5dad5b3 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.h
@@ -54,35 +54,29 @@ public:
~TAO_UTO (void);
/// For the readonly attribute <time>.
- virtual TimeBase::TimeT time ()
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual TimeBase::TimeT time ();
/// For the readonly attribute <inaccuracy>.
- virtual TimeBase::InaccuracyT inaccuracy (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual TimeBase::InaccuracyT inaccuracy (void);
/// For the readonly attribute <tdf>, which is the "time displacement
/// factor".
- virtual TimeBase::TdfT tdf (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual TimeBase::TdfT tdf (void);
/// For the readonly attribute <utc_time>.
- virtual TimeBase::UtcT utc_time (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual TimeBase::UtcT utc_time (void);
/**
* Absolute time = Relative time + Base time.
* ?? Find out more about the Base Time, UTC and
* Distributed Time Sync. Algos. [3
*/
- CosTime::UTO_ptr absolute_time (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::UTO_ptr absolute_time (void);
/// Compares the time contained in the object with the time in the
/// supplied uto according to the supplied comparison type.
CosTime::TimeComparison compare_time (CosTime::ComparisonType comparison_type,
- CosTime::UTO_ptr uto)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::UTO_ptr uto);
/**
* Returns a TIO representing the time interval between the time in
@@ -91,13 +85,11 @@ public:
* two UTOs. Inaccuracies are ignored. Note the result of this
* operation is meaningless if the base times of UTOs are different.
*/
- CosTime::TIO_ptr time_to_interval (CosTime::UTO_ptr)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::TIO_ptr time_to_interval (CosTime::UTO_ptr);
/// Returns a TIO object representing the error interval around the
/// time value in the UTO.
- CosTime::TIO_ptr interval (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::TIO_ptr interval (void);
private:
/**