summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/ExceptionList.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 12:34:31 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 12:34:31 +0200
commit6f3e147d990d4252f251dde60e5730e1c3009dfe (patch)
tree02a8d26414950b41af327e3424c9a523727e46b5 /TAO/tao/DynamicInterface/ExceptionList.h
parente12779d807b00fdc1b69a224dd92ff58d5e20906 (diff)
downloadATCD-6f3e147d990d4252f251dde60e5730e1c3009dfe.tar.gz
Make use of delete to make sure an operation can't be called
* ACE/ace/TP_Reactor.h: * TAO/tao/Collocated_Invocation.h: * TAO/tao/DynamicInterface/DII_Arguments.h: * TAO/tao/DynamicInterface/DII_Arguments.inl: * TAO/tao/DynamicInterface/DII_Invocation.h: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h:
Diffstat (limited to 'TAO/tao/DynamicInterface/ExceptionList.h')
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h
index 8e38a929adf..b28dcb53b9e 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.h
+++ b/TAO/tao/DynamicInterface/ExceptionList.h
@@ -53,7 +53,7 @@ namespace CORBA
{
public:
/// Constructor.
- ExceptionList (void);
+ ExceptionList ();
/// Constructor - initialize given a length and an array of
/// TypeCodes.