summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/logWalker/Thread.h')
-rw-r--r--TAO/utils/logWalker/Thread.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/utils/logWalker/Thread.h b/TAO/utils/logWalker/Thread.h
index 25b583e1883..1a4e196a4cd 100644
--- a/TAO/utils/logWalker/Thread.h
+++ b/TAO/utils/logWalker/Thread.h
@@ -31,14 +31,14 @@ public:
void incoming_from (PeerProcess *);
void add_invocation (Invocation *);
void push_invocation (Invocation *);
- void pop_invocation (void);
+ void pop_invocation ();
Invocation *current_invocation () const;
PeerProcess *incoming () const;
- void handle_request (void);
+ void handle_request ();
void enter_wait (PeerProcess *);
void exit_wait (PeerProcess *, size_t linenum);
- GIOP_Buffer *giop_target (void);
+ GIOP_Buffer *giop_target ();
void set_giop_target (GIOP_Buffer *buffer);
void dump_summary (ostream &strm);
void dump_invocations (ostream &strm);
@@ -47,7 +47,7 @@ public:
void get_summary (long &sent_reqs, long &recv_reqs, size_t &sent_size, size_t &recv_size);
void push_new_connection (PeerProcess *pp);
- PeerProcess *pop_new_connection (void);
+ PeerProcess *pop_new_connection ();
PeerProcess *peek_new_connection () const;
void pending_local_addr (const ACE_CString &addr);
@@ -55,11 +55,11 @@ public:
void active_handle (long handle);
long active_handle () const;
void set_dup (Thread *other, bool set_other);
- void clear_dup (void);
- void swap_target (void);
- bool has_dup (void);
+ void clear_dup ();
+ void swap_target ();
+ bool has_dup ();
- size_t count_nesting (void);
+ size_t count_nesting ();
private:
long id_;