summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/ServantHeaderGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/ServantHeaderGenerator.cpp')
-rw-r--r--CIAO/CIDLC/ServantHeaderGenerator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CIAO/CIDLC/ServantHeaderGenerator.cpp b/CIAO/CIDLC/ServantHeaderGenerator.cpp
index 2c115143fa9..f6ec8840e48 100644
--- a/CIAO/CIDLC/ServantHeaderGenerator.cpp
+++ b/CIAO/CIDLC/ServantHeaderGenerator.cpp
@@ -727,7 +727,8 @@ namespace
os << "// CIAO-specific in " << STRS[COMP_ECB] << "." << endl
<< "virtual void" << endl
<< "ciao_push_event ( ::Components::EventBase *ev," << endl
- << "const char * source_id" << endl
+ << "const char * source_id," << endl
+ << "::CORBA::TypeCode_ptr tc" << endl
<< STRS[ENV_HDR] << ")" << endl
<< STRS[EXCP_START] << " "
<< STRS[EXCP_SYS] << "," << endl