summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.h')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.h b/TAO/examples/Simple/echo/Echo_i.h
index b93825f1e0e..88a6fee506e 100644
--- a/TAO/examples/Simple/echo/Echo_i.h
+++ b/TAO/examples/Simple/echo/Echo_i.h
@@ -30,10 +30,10 @@ class Echo_i : public POA_Echo
{
public:
/// Constructor.
- Echo_i (void) = default;
+ Echo_i () = default;
/// Destructor.
- virtual ~Echo_i (void) = default;
+ virtual ~Echo_i () = default;
/// Return the mesg string back from the server.
virtual Echo::List *echo_list (const char *mesg);