summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_Client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_Client_i.h')
-rw-r--r--TAO/examples/Simple/echo/Echo_Client_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/echo/Echo_Client_i.h b/TAO/examples/Simple/echo/Echo_Client_i.h
index 8f923282d13..7596f0883ad 100644
--- a/TAO/examples/Simple/echo/Echo_Client_i.h
+++ b/TAO/examples/Simple/echo/Echo_Client_i.h
@@ -29,10 +29,10 @@ class Echo_Client_i
{
public:
/// Constructor
- Echo_Client_i (void);
+ Echo_Client_i () = default;
/// Destructor
- ~Echo_Client_i (void);
+ ~Echo_Client_i () = default;
/// Execute the methods
int run (const char *, int, ACE_TCHAR **);