summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode/TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCode/TypeCode.inl')
-rw-r--r--TAO/tao/TypeCode/TypeCode.inl10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/tao/TypeCode/TypeCode.inl b/TAO/tao/TypeCode/TypeCode.inl
index 7a242817040..68272a07fac 100644
--- a/TAO/tao/TypeCode/TypeCode.inl
+++ b/TAO/tao/TypeCode/TypeCode.inl
@@ -3,6 +3,9 @@
// $Id$
+#include "tao/CORBA_methods.h"
+
+
ACE_INLINE CORBA::Boolean
CORBA::is_nil (CORBA::TypeCode_ptr obj)
{
@@ -18,6 +21,11 @@ CORBA::release (CORBA::TypeCode_ptr obj)
// --------------------------------------------------------------
+ACE_INLINE
+CORBA::TypeCode::TypeCode (void)
+{
+}
+
ACE_INLINE CORBA::TypeCode_ptr
CORBA::TypeCode::_duplicate (CORBA::TypeCode_ptr tc)
{
@@ -125,7 +133,7 @@ CORBA::TypeCode::content_type (ACE_ENV_SINGLE_ARG_DECL) const
ACE_INLINE CORBA::UShort
CORBA::TypeCode::fixed_digits (ACE_ENV_SINGLE_ARG_DECL) const
{
- return this->fixed_digitis_i (ACE_ENV_SINGLE_ARG_PARAMETER);
+ return this->fixed_digits_i (ACE_ENV_SINGLE_ARG_PARAMETER);
}
ACE_INLINE CORBA::UShort