summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Request.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index 19054aa74c2..af1b1f07563 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -162,17 +162,17 @@ namespace CORBA
/// Pseudo object methods.
static CORBA::Request* _duplicate (CORBA::Request*);
- static CORBA::Request* _nil (void);
+ static CORBA::Request* _nil ();
// = Reference counting.
- CORBA::ULong _incr_refcount (void);
- CORBA::ULong _decr_refcount (void);
+ CORBA::ULong _incr_refcount ();
+ CORBA::ULong _decr_refcount ();
/// Set the lazy evaluation flag.
void _tao_lazy_evaluation (bool lazy_evaluation);
/// Get the byte order member.
- int _tao_byte_order (void) const;
+ int _tao_byte_order () const;
/// Set the byte order member.
void _tao_byte_order (int byte_order);