summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/PeerProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/logWalker/PeerProcess.h')
-rw-r--r--TAO/utils/logWalker/PeerProcess.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/utils/logWalker/PeerProcess.h b/TAO/utils/logWalker/PeerProcess.h
index 3c96836082f..f4c062c885b 100644
--- a/TAO/utils/logWalker/PeerProcess.h
+++ b/TAO/utils/logWalker/PeerProcess.h
@@ -35,7 +35,7 @@ public:
Endpoint & operator = (const Endpoint &other);
bool operator == (const Endpoint &other) const;
bool operator < (const Endpoint &other) const;
- bool is_client (void) const;
+ bool is_client () const;
ACE_CString addr_;
ACE_CString host_;
@@ -72,7 +72,7 @@ public:
virtual ~PeerProcess (void);
- const char * id (void) const;
+ const char * id () const;
void split_filename (char *buffer, size_t len) const;
void set_owner (HostProcess *host);
@@ -80,11 +80,11 @@ public:
void match_hosts (Session *session);
void set_server_addr (const ACE_CString &addr);
- const Endpoint &server_addr (void) const;
- const Endpoint &last_client_addr (void) const;
+ const Endpoint &server_addr () const;
+ const Endpoint &last_client_addr () const;
- bool is_server (void) const;
- size_t offset (void) const;
+ bool is_server () const;
+ size_t offset () const;
void ssl (bool is_ssl);
void add_transport (Transport *t);
Transport *last_transport (void);