summaryrefslogtreecommitdiff
path: root/TAO/tao/Principal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Principal.h')
-rw-r--r--TAO/tao/Principal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Principal.h b/TAO/tao/Principal.h
index 756aac6a9a6..0b7fe0cc9cc 100644
--- a/TAO/tao/Principal.h
+++ b/TAO/tao/Principal.h
@@ -61,13 +61,13 @@ namespace CORBA
// The pseudo object operations.
static Principal * _duplicate (Principal *);
- static Principal * _nil (void);
+ static Principal * _nil ();
// = Stuff required for memory management.
- unsigned long _incr_refcount (void);
- unsigned long _decr_refcount (void);
+ unsigned long _incr_refcount ();
+ unsigned long _decr_refcount ();
- Principal (void);
+ Principal ();
// Useful for template programming.
typedef Principal_ptr _ptr_type;