summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Invocation_Adapter.h')
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h
index c9148b0ae76..3db8b289fc7 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h
+++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h
@@ -110,10 +110,10 @@ namespace TAO
private:
/// Dont allow default initializations
- ACE_UNIMPLEMENTED_FUNC (DII_Invocation_Adapter (void));
+ ACE_UNIMPLEMENTED_FUNC (DII_Invocation_Adapter (void))
ACE_UNIMPLEMENTED_FUNC (
- DII_Invocation_Adapter & operator= (const DII_Invocation_Adapter &));
+ DII_Invocation_Adapter & operator= (const DII_Invocation_Adapter &))
};
/**