summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/GIOP_Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/logWalker/GIOP_Buffer.h')
-rw-r--r--TAO/utils/logWalker/GIOP_Buffer.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/utils/logWalker/GIOP_Buffer.h b/TAO/utils/logWalker/GIOP_Buffer.h
index 1b476d2defe..c3331b91771 100644
--- a/TAO/utils/logWalker/GIOP_Buffer.h
+++ b/TAO/utils/logWalker/GIOP_Buffer.h
@@ -40,11 +40,11 @@ public:
size_t offset,
Thread *thread,
Invocation *owner = 0);
- GIOP_Buffer (void);
- ~GIOP_Buffer (void);
+ GIOP_Buffer ();
+ ~GIOP_Buffer ();
void owner (Invocation *);
- Invocation *owner (void);
+ Invocation *owner ();
void init_buf (const char *text, size_t offset);
int add_octets(const char *text, size_t offset);
@@ -54,38 +54,38 @@ public:
char minor_version () const;
size_t reply_status () const;
size_t num_contexts () const;
- bool is_oneway (void);
+ bool is_oneway ();
bool is_full () const;
size_t log_posn () const;
- Thread *thread (void);
+ Thread *thread ();
const ACE_Time_Value & time () const;
void time (const ACE_Time_Value &);
const ACE_CString &preamble() const;
size_t expected_req_id() const;
- size_t actual_req_id(void);
+ size_t actual_req_id();
size_t expected_size () const;
size_t buf_size () const;
size_t cur_size() const;
- size_t msg_size (void);
+ size_t msg_size ();
const char * target_oid (size_t &len);
- const char * operation (void);
- ACE_InputCDR &payload (void);
+ const char * operation ();
+ ACE_InputCDR &payload ();
bool has_octets () const;
- bool validate (void);
+ bool validate ();
bool matches (GIOP_Buffer *other) const;
- void reset (void);
+ void reset ();
void transfer_from (GIOP_Buffer *other);
void swap (GIOP_Buffer *other);
private:
- bool parse_svc_contexts (void);
- bool parse_header (void);
+ bool parse_svc_contexts ();
+ bool parse_header ();
ACE_InputCDR *cdr_;
ACE_CString preamble_;