summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-08 14:59:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-08 14:59:58 +0000
commit4fe2066ebe75117cdfe9b5394de32346c7e9882d (patch)
tree39ce6d90eca169ef6f25e4cc6ce22b8dbb33a393
parentb045d2404238e96e717e7a3f43fd10f75bdbdbe9 (diff)
downloadATCD-4fe2066ebe75117cdfe9b5394de32346c7e9882d.tar.gz
Added a missing operation length arg.
-rw-r--r--TAO/tao/InterfaceC.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/InterfaceC.cpp b/TAO/tao/InterfaceC.cpp
index 5b1811293f6..f2ca479ac4d 100644
--- a/TAO/tao/InterfaceC.cpp
+++ b/TAO/tao/InterfaceC.cpp
@@ -9322,6 +9322,7 @@ CORBA_ExceptionDefSeq * CORBA_OperationDef::exceptions (
TAO_GIOP_Twoway_Invocation _tao_call (
istub,
"_get_""exceptions",
+ 15,
istub->orb_core ()
);