diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-02 08:41:23 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-02 08:41:23 +0000 |
commit | cae370cb6b03326826c1e4b9fd30717990402e5a (patch) | |
tree | 5379682e0ab88839cc4feb945516522aa907bde6 /TAO/tao/IIOP_Connector.cpp | |
parent | f6d999144ab03211c3272035ab13e06a1b4c3c8d (diff) | |
download | ATCD-cae370cb6b03326826c1e4b9fd30717990402e5a.tar.gz |
Thu Aug 2 08:39:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp index f7fdbcb02fd..22498333f55 100644 --- a/TAO/tao/IIOP_Connector.cpp +++ b/TAO/tao/IIOP_Connector.cpp @@ -96,7 +96,7 @@ TAO_IIOP_Connector::TAO_IIOP_Connector (void) int TAO_IIOP_Connector::open (TAO_ORB_Core *orb_core) { - // @@todo: The functionality of the following two statements could + // @todo: The functionality of the following two statements could // be done in the constructor, but that involves changing the // interface of the pluggable transport factory. |