summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 07:32:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 07:32:01 +0000
commitc471ea40c207965d9e515ebeecd15d6bce37ee04 (patch)
treec4d436d816907ae3f2a44cd2d4929d2af2b17b05 /TAO/TAO_IDL/be/be_visitor_operation
parent4c29fe71a03e586223f932a2145dd14fc7bdc6ab (diff)
downloadATCD-c471ea40c207965d9e515ebeecd15d6bce37ee04.tar.gz
ChangeLogTag:Thu Feb 24 23:29:14 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
index 5c9a2bbc8df..401bf92a2b7 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -183,7 +183,7 @@ be_visitor_operation_ss::gen_skel_operation_body (be_operation * node,
*os << node->local_name ()
<< "_skel (" << be_idt << be_idt_nl
<< "TAO_ServerRequest & server_request," << be_nl
- << "void * servant_upcall," << be_nl
+ << "void * TAO_INTERCEPTOR (servant_upcall)," << be_nl
<< "void * servant" << be_nl
<< "ACE_ENV_ARG_DECL" << be_uidt_nl
<< ")" << be_uidt_nl;