summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_decl.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index 7a19560e0f0..92d25f06138 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -411,7 +411,7 @@ AST_Decl::compute_repoID (void)
"%s",
"IDL:");
- ACE_OS::strcat (this->repoID_,
+ ACE_OS::strcat (this->repoID_,
this->prefix_);
// Add the "/" only if there is a prefix.
@@ -437,7 +437,7 @@ AST_Decl::compute_repoID (void)
}
// Print the identifier.
- ACE_OS::strcat (this->repoID_,
+ ACE_OS::strcat (this->repoID_,
j.item ()->get_string ());
if (first)
@@ -465,7 +465,7 @@ AST_Decl::compute_repoID (void)
}
else
{
- ACE_OS::strcat (this->repoID_,
+ ACE_OS::strcat (this->repoID_,
":1.0");
}
}