summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Reply_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Handler.cpp')
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Handler.cpp b/TAO/tao/DynamicInterface/DII_Reply_Handler.cpp
index 364dbad4979..1bfa74fede8 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Handler.cpp
+++ b/TAO/tao/DynamicInterface/DII_Reply_Handler.cpp
@@ -16,9 +16,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// The pseudo-object _nil method.
TAO_DII_Reply_Handler_ptr
-TAO_DII_Reply_Handler::_nil (void)
+TAO_DII_Reply_Handler::_nil ()
{
- return static_cast<TAO_DII_Reply_Handler_ptr> (0);
+ return nullptr;
}
// DII Request class implementation
@@ -27,7 +27,7 @@ TAO_DII_Reply_Handler::TAO_DII_Reply_Handler ()
{
}
-TAO_DII_Reply_Handler::~TAO_DII_Reply_Handler (void)
+TAO_DII_Reply_Handler::~TAO_DII_Reply_Handler ()
{
}