summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-09 19:39:17 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-09 19:39:17 +0000
commit343abe2bd3759d2b6da51d0e5664ce512bc6c803 (patch)
treecf5fa77714f1abddf210ecbd481a2295f942d96b
parent41d5427a135c8c8d347f3ca7b5b971f740cf85d9 (diff)
downloadATCD-343abe2bd3759d2b6da51d0e5664ce512bc6c803.tar.gz
removed "class" specifier from copy constructor
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp
index bb8cce13b56..2eb92edd568 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp
@@ -123,7 +123,7 @@ be_visitor_operation_interceptors_sh::visit_operation (be_operation *node)
os->indent ();
*os << be_uidt_nl << "private:" <<be_nl;
- *os << "class TAO_ServerRequest_Info_"<< node->flat_name ()
+ *os << "TAO_ServerRequest_Info_"<< node->flat_name ()
<< " (const "<< "TAO_ServerRequest_Info_"<< node->flat_name ()
<< " &);" << be_nl
<< "void operator= (const "