summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 41f0bba0d24..8501413f64d 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -556,8 +556,8 @@ namespace CORBA
#endif
// Reference counting...
- CORBA::ULong _incr_refcnt (void);
- CORBA::ULong _decr_refcnt (void);
+ unsigned long _incr_refcnt (void);
+ unsigned long _decr_refcnt (void);
/// Set the IOR flag.
void _use_omg_ior_format (CORBA::Boolean ior);