summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h')
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h
index e06aaf8268e..77b9e094740 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h
@@ -13,10 +13,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[]);
@@ -47,12 +47,12 @@ public:
const void *message_buf () const;
// Returns a pointer to the message.
- ACE_THR_FUNC thr_func (void);
+ ACE_THR_FUNC thr_func ();
// Returns a pointer to the entry point into the thread that runs
// the client test function.
private:
- int init (void);
+ int init ();
// Initialize the message we're sending to the user and set up the
// barrier.