summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h')
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h b/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h
index 1e28194917a..f6a18497525 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.h
@@ -82,13 +82,13 @@ public:
// <ACE_Acceptor>.
// = Set/Get Router Task.
- Peer_Router *peer_router (void);
+ Peer_Router *peer_router ();
void peer_router (Peer_Router *);
- void release (void);
+ void release ();
// Decrement the reference count and delete <this> when count == 0;
- void duplicate (void);
+ void duplicate ();
// Increment the reference count.
private:
@@ -109,7 +109,7 @@ private:
int reference_count_;
// Keep track of when we can delete ourselves.
- ~Peer_Router_Context (void);
+ ~Peer_Router_Context ();
// Private to ensure dynamic allocation.
friend class Friend_Of_Peer_Router_Context;