summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/TC.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-03-07 13:30:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-03-07 13:30:50 +0000
commit7af69a0ad4d6e28b1747ceadb2d1a9811960eb8d (patch)
treec908869a4176e9671a3855030936e7eeae7a5ee6 /TAO/tao/TransportCurrent/TC.idl
parent20936f7a38ec18e6249116d428beb0692770499f (diff)
downloadATCD-7af69a0ad4d6e28b1747ceadb2d1a9811960eb8d.tar.gz
Fri Mar 7 13:31:56 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Transport.h: Use ACE_UNIMPLEMENTED_FUNC instead of ACE_Copy_Disabled, the first maps to =delete with C++11 and results in a small footprint decrease * tao/TransportCurrent/TC.idl: Doxygen improvements
Diffstat (limited to 'TAO/tao/TransportCurrent/TC.idl')
-rw-r--r--TAO/tao/TransportCurrent/TC.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/TransportCurrent/TC.idl b/TAO/tao/TransportCurrent/TC.idl
index 152da12caa6..ac0803ebd04 100644
--- a/TAO/tao/TransportCurrent/TC.idl
+++ b/TAO/tao/TransportCurrent/TC.idl
@@ -25,14 +25,12 @@ module TAO
/// context. Also, this exception is thrown if no Transport has
/// been selected for the current thread, for example in a
/// collocated invocation.
-
exception NoContext
{
};
- // The primary interface, providing access to Transport
- // information, available to the current thread.
-
+ /// The primary interface, providing access to Transport
+ /// information, available to the current thread.
local interface Current
{
/// Transport ID, unique within the process.