summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h b/TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h
index cca8ce959d4..b3c3abe09a4 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_TIO.h
@@ -18,7 +18,7 @@
// ============================================================================
#ifndef TAO_TIO_H
-#define TAO_TIO_H
+#define TAO_TIO_H
#include "tao/TAO.h"
#include "orbsvcs/TimeServiceS.h"
@@ -37,20 +37,18 @@ class TAO_ORBSVCS_Export TAO_TIO : public POA_CosTime::TIO
public:
// = Initialization and termination methods.
TAO_TIO (TimeBase::TimeT lower,
- TimeBase::TimeT upper);
+ TimeBase::TimeT upper);
// Constructor.
~TAO_TIO (void);
// Destructor.
- virtual TimeBase::IntervalT time_interval (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual TimeBase::IntervalT time_interval (CORBA::Environment &env);
// This is the get method for the attribute time interval.
virtual CosTime::OverlapType spans (CosTime::UTO_ptr time,
- CosTime::TIO_out overlap,
- CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::TIO_out overlap,
+ CORBA::Environment &env);
// This operation returns a value of type OverlapType depending on
// how the interval in the object and the time range represented by
// the parameter UTO overlap. If OverlapType is not OTNoOverlap,
@@ -59,17 +57,15 @@ public:
// intervals.
virtual CosTime::OverlapType overlaps (CosTime::TIO_ptr interval,
- CosTime::TIO_out overlap,
- CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CosTime::TIO_out overlap,
+ CORBA::Environment &env);
// This operation returns a value of type OverlapType depending on
// how the interval in the object and interval in the parameter TIO
// overlap. If OverlapType is not OTNoOverlap, then the out
// parameter overlap contains the overlap interval, otherwise the
// out parameter contains the gap between the two intervals.
- virtual CosTime::UTO_ptr time (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CosTime::UTO_ptr time (CORBA::Environment &env);
// Returns a UTO in which the inaccuracy interval is equal to the
// time interval in the TIO and time value is the midpoint of the
// interval.