summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-24 14:20:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-24 14:20:18 +0000
commit07074fccf5274ec40550224b68f2ed92ec833b8a (patch)
tree33e3b8189d72c3a198f34d836ab8aa71b0808cc0 /TAO
parent60717e8d9f005c807b714f3f8a784dcad96afa79 (diff)
downloadATCD-07074fccf5274ec40550224b68f2ed92ec833b8a.tar.gz
ChangeLogTag: Thu Jun 24 14:19:31 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Codeset_Manager.cpp2
-rw-r--r--TAO/tao/IIOP_Transport.h2
-rw-r--r--TAO/tao/ORB_Core.h2
-rw-r--r--TAO/tao/Transport_Acceptor.h2
-rw-r--r--TAO/tao/Transport_Connector.h4
-rw-r--r--TAO/tao/orbconf.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/Codeset_Manager.cpp b/TAO/tao/Codeset_Manager.cpp
index 9e16803c470..945ec05b3e2 100644
--- a/TAO/tao/Codeset_Manager.cpp
+++ b/TAO/tao/Codeset_Manager.cpp
@@ -131,7 +131,7 @@ TAO_Codeset_Manager::set_tcs (TAO_Profile &theProfile,
this->codeset_info_.ForCharData);
if (TAO_debug_level > 2)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs ")
+ ACE_TEXT("TAO (%P|%t) - Codeset_Manager::set_tcs ")
ACE_TEXT("setting char translator(%08x)\n"),
tcs));
trans.char_translator(this->get_char_trans (tcs));
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index 06d3eb40856..b2f3520d80c 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -96,7 +96,7 @@ public:
int no_delay,
int enable_network_priority);
- /// @@TODO: These methods IMHO should have more meaningful
+ /// @todo These methods IMHO should have more meaningful
/// names. The names seem to indicate nothing.
virtual int send_request (TAO_Stub *stub,
TAO_ORB_Core *orb_core,
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 385e2c2b3a1..9723bc4599a 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -495,7 +495,7 @@ public:
ACE_Allocator *transport_message_buffer_allocator (void);
#if 0
- /// @@todo: All these need to go. They were added in the first place
+ /// @todo All these need to go. They were added in the first place
/// to get around a problem with input_cdr* methods. The input_cdr*
/// methods would access from TSS if an option is set. Since some
/// portions of the ORB didnt require memory from TSS, we had these
diff --git a/TAO/tao/Transport_Acceptor.h b/TAO/tao/Transport_Acceptor.h
index d997a4a6325..4084270704d 100644
--- a/TAO/tao/Transport_Acceptor.h
+++ b/TAO/tao/Transport_Acceptor.h
@@ -64,7 +64,7 @@ const CORBA::ULong TAO_ORB_TYPE = 0x54414f00U;
*
* Base class for the Acceptor bridge class.
*
- * @@TODO: Need to rename the class as TAO_Transport_Acceptor.
+ * @todo Need to rename the class as TAO_Transport_Acceptor.
*/
class TAO_Export TAO_Acceptor
{
diff --git a/TAO/tao/Transport_Connector.h b/TAO/tao/Transport_Connector.h
index 809041a129e..b142cf90b9e 100644
--- a/TAO/tao/Transport_Connector.h
+++ b/TAO/tao/Transport_Connector.h
@@ -52,7 +52,7 @@ namespace CORBA
*
* Base class for connector bridge object.
*
- * @@TODO: Need to rename the class as TAO_Transport_Connector.
+ * @todo Need to rename the class as TAO_Transport_Connector.
*/
class TAO_Export TAO_Connector
{
@@ -96,7 +96,7 @@ public:
ACE_ENV_ARG_DECL);
/// Create a profile for this protocol and initialize it based on the
- /// encapsulation in <cdr>
+ /// encapsulation in @a cdr
virtual TAO_Profile *create_profile (TAO_InputCDR& cdr) = 0;
/// Check that the prefix of the provided endpoint is valid for use
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 6bbbb1b079f..83cce9c0a3f 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -171,7 +171,7 @@ const size_t TAO_DEFAULT_VALUE_FACTORY_TABLE_SIZE = 128;
# define TAO_MAXIMUM_NATIVE_TYPE_SIZE 128
#endif /* TAO_MAXIMUM_NATIVE_TYPE_SIZE */
-// @@todo: The connection caching strategy definition should probably
+// @todo The connection caching strategy definition should probably
// go.
#if !defined (TAO_CONNECTION_CACHING_STRATEGY)
# define TAO_CONNECTION_CACHING_STRATEGY TAO_Resource_Factory::LRU