summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-07 19:48:04 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-07 19:48:04 +0000
commitb61cd744a3098687f4c02dcd30701df75c43d78c (patch)
tree52b43e61e0ecaadcd853a224b2c8f334c314b024 /TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
parentb52149b1435edc88c4aaa970439971777409d93e (diff)
downloadATCD-b61cd744a3098687f4c02dcd30701df75c43d78c.tar.gz
ChangeLogTag: Wed Jan 7 13:52:13 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
index 376af817329..b217e6bffca 100644
--- a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
@@ -192,7 +192,7 @@ module RtecEventChannelAdmin
/// Resume the reception of events.
void resume_connection ();
-#if 0
+/*
//@{
void checkpoint (in RtecEventComm::SequenceNumber last_received)
raises (Invalid_Checkpoint);
@@ -201,7 +201,7 @@ module RtecEventChannelAdmin
void resend_by_date (in RtecEventComm::Time last_timestamp)
raises (Invalid_Resend_Request);
//@}
-#endif /* 0 */
+*/
};
/**