summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h')
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h
index 6d9adcf89fd..24c3b74ce92 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.h
@@ -9,10 +9,10 @@ class Options
// Define the options for this test.
{
public:
- Options (void);
+ Options ();
// Constructor.
- ~Options (void);
+ ~Options ();
// Destructor.
int parse_args (int argc, ACE_TCHAR *argv[]);