summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-18 06:15:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-18 06:15:09 +0000
commitd6c155b75bd190af9d90324921ed9197a1aab013 (patch)
tree057db8a8ca5e3b3b81a5985960d5b5f595f78085
parented6ceaebf4d8a07a9fe9c741ff6a35c99593ea7b (diff)
downloadATCD-d6c155b75bd190af9d90324921ed9197a1aab013.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
index 9dd7502405a..694f2bec221 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
@@ -135,7 +135,7 @@ be_visitor_operation_upcall_command_ss::visit_operation (be_operation * node)
// Prevent copying/assignment and generation of default copy
// constructor and assignment operator.
os << "private:" << be_idt_nl << be_nl
- << "Upcall_Comand ("
+ << "Upcall_Command ("
<< "Upcall_Command const &);" << be_nl
<< "void operator= (Upcall_Command const &);"
<< be_uidt_nl << be_nl;