summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 23:13:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-14 23:13:53 +0000
commit73ec2e49c2208caffb873cb6e260f26692ed85bd (patch)
tree9b5b748bde01f3522c32c68aa410685ec0ecfe13
parent1f527e415845bfc3e26b07d50ad2947d421fd1fc (diff)
downloadATCD-73ec2e49c2208caffb873cb6e260f26692ed85bd.tar.gz
ChangeLogTag:Thu Apr 14 16:12:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/TypeCode.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a075af152dd..232d4d06d9e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Apr 14 16:12:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/TypeCode.h (unaliased_kind):
+
+ Declare with TAO_NAMESPACE_INLINE_FUNCTION, not
+ ACE_NAMESPACE_INLINE_FUNCTION. Fixes "inconsistent dll linkage"
+ warnings.
+
Thu Apr 14 15:03:01 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/TypeCode.cpp (operator>>):
diff --git a/TAO/tao/TypeCode.h b/TAO/tao/TypeCode.h
index 741b6dab11c..b411663eb84 100644
--- a/TAO/tao/TypeCode.h
+++ b/TAO/tao/TypeCode.h
@@ -506,7 +506,7 @@ namespace TAO
* on the unaliased @c TypeCode returned from
* @c unaliased_typecode().
*/
- ACE_NAMESPACE_INLINE_FUNCTION
+ TAO_NAMESPACE_INLINE_FUNCTION
CORBA::TCKind unaliased_kind (CORBA::TypeCode_ptr tc
ACE_ENV_ARG_DECL);