summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-13 18:12:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-13 18:12:48 +0000
commit37b2ae4e3ccd0efc04a34e2a5600616db8065807 (patch)
tree81d09a4fb15711202123eb71ce7c8d1ad1009bb6
parenta352ae0bfcaf28bdb723dc175c60bfd45f713be1 (diff)
downloadATCD-37b2ae4e3ccd0efc04a34e2a5600616db8065807.tar.gz
ChangeLogTag:Wed Apr 13 11:01:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tao/Valuetype/ValueBase.cpp9
-rw-r--r--TAO/tao/Valuetype/ValueBase.h1
3 files changed, 10 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ec2f38d9abe..6894b5f84c1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Wed Apr 13 11:01:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/Valuetype/ValueBase.cpp:
+ * tao/Valuetype/ValueBase.h:
+
+ Removed CORBA::_tc_Visiblity TypeCode. It is already defined in
+ tao/VisibilityC.h and tao/VisibilityA.cpp. It stays in the core
+ TAO library avoid introducing an IFR_Client library dependency
+ on the Valuetype library.
+
Wed Apr 13 09:47:19 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp
diff --git a/TAO/tao/Valuetype/ValueBase.cpp b/TAO/tao/Valuetype/ValueBase.cpp
index c9ddab66722..2f47634b73a 100644
--- a/TAO/tao/Valuetype/ValueBase.cpp
+++ b/TAO/tao/Valuetype/ValueBase.cpp
@@ -358,14 +358,6 @@ namespace TAO
Alias<char const *,
CORBA::TypeCode_ptr const *,
CORBA::tk_alias,
- TAO::Null_RefCount_Policy> tc_Visibility (
- "IDL:omg.org/CORBA/Visibility:1.0",
- "Visibility",
- &CORBA::_tc_short);
-
- Alias<char const *,
- CORBA::TypeCode_ptr const *,
- CORBA::tk_alias,
TAO::Null_RefCount_Policy> tc_ValueModifier (
"IDL:omg.org/CORBA/ValueModifier:1.0",
"ValueModifier",
@@ -377,7 +369,6 @@ namespace CORBA
{
TypeCode_ptr const _tc_ValueBase = &TAO::TypeCode::tc_ValueBase;
TypeCode_ptr const _tc_EventBase = &TAO::TypeCode::tc_EventBase;
- TypeCode_ptr const _tc_Visibility = &TAO::TypeCode::tc_Visibility;
TypeCode_ptr const _tc_ValueModifier = &TAO::TypeCode::tc_ValueModifier;
}
diff --git a/TAO/tao/Valuetype/ValueBase.h b/TAO/tao/Valuetype/ValueBase.h
index c3e697e4622..16470ba5c03 100644
--- a/TAO/tao/Valuetype/ValueBase.h
+++ b/TAO/tao/Valuetype/ValueBase.h
@@ -130,7 +130,6 @@ namespace CORBA
/// Valuetype-related type codes.
extern TAO_Valuetype_Export TypeCode_ptr const _tc_ValueBase;
extern TAO_Valuetype_Export TypeCode_ptr const _tc_EventBase;
- extern TAO_Valuetype_Export TypeCode_ptr const _tc_Visibility;
extern TAO_Valuetype_Export TypeCode_ptr const _tc_ValueModifier;
/**