summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput/TAO/ttcp_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Thruput/TAO/ttcp_i.h')
-rw-r--r--TAO/performance-tests/Thruput/TAO/ttcp_i.h30
1 files changed, 11 insertions, 19 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/ttcp_i.h b/TAO/performance-tests/Thruput/TAO/ttcp_i.h
index 5f2f9707472..72a3a3b2275 100644
--- a/TAO/performance-tests/Thruput/TAO/ttcp_i.h
+++ b/TAO/performance-tests/Thruput/TAO/ttcp_i.h
@@ -24,33 +24,25 @@ public:
ttcp_sequence_i();
virtual void sendShortSeq (const ttcp_sequence::ShortSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
virtual void sendLongSeq (const ttcp_sequence::LongSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
virtual void sendDoubleSeq (const ttcp_sequence::DoubleSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
virtual void sendCharSeq (const ttcp_sequence::CharSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
virtual void sendStructSeq (const ttcp_sequence::StructSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
virtual void sendOctetSeq (const ttcp_sequence::OctetSeq& ttcp_seq,
- CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Environment &IT_env);
- // = Routines to calculate the time required to transfer.
- virtual void start_timer (CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void stop_timer (CORBA::Environment &IT_env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ /* Routines to calculate the time required to transfer */
+ virtual void start_timer (CORBA::Environment &IT_env);
+ virtual void stop_timer (CORBA::Environment &IT_env);
private:
- u_long nbytes_;
+ unsigned long nbytes_;
};
-#endif /* TTCP_I_H */
+#endif // defined (TTCP_I_H)