summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-17 17:23:26 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-17 17:23:26 +0000
commit11e4313793f57a1d9b204b93a56a4adae0111684 (patch)
tree9730aeb01443d5be9504e77e9a9281bff756744c /TAO
parentcf0b6829bf9006f78d08bdc295be2827bfd380ed (diff)
downloadATCD-11e4313793f57a1d9b204b93a56a4adae0111684.tar.gz
ChangeLogTag:Wed Dec 17 11:17:09 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/tao/Domain/DomainS.cpp4
-rw-r--r--TAO/tao/Messaging/MessagingS.cpp2
-rw-r--r--TAO/tao/PortableServer/ImR_LocatorS.cpp2
-rw-r--r--TAO/tao/PortableServer/ImplRepoS.cpp6
-rw-r--r--TAO/tao/PortableServer/PolicyS.cpp2
6 files changed, 19 insertions, 8 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 89762861d25..3080e407283 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Wed Dec 17 11:17:09 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/Domain/DomainS.cpp:
+ * tao/Messaging/MessagingS.cpp:
+ * tao/PortableServer/ImR_LocatorS.cpp:
+ * tao/PortableServer/ImplRepoS.cpp:
+ * tao/PortableServer/PolicyS.cpp:
+
+ Fixed the generated code to fix the typo problem that was fixed.
+
+
Wed Dec 17 11:08:08 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
diff --git a/TAO/tao/Domain/DomainS.cpp b/TAO/tao/Domain/DomainS.cpp
index 9c0b0a24640..91b1be6aaa7 100644
--- a/TAO/tao/Domain/DomainS.cpp
+++ b/TAO/tao/Domain/DomainS.cpp
@@ -891,7 +891,7 @@ CORBA::Boolean POA_CORBA::DomainManager::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
@@ -1766,7 +1766,7 @@ CORBA::Boolean POA_CORBA::ConstructionPolicy::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
diff --git a/TAO/tao/Messaging/MessagingS.cpp b/TAO/tao/Messaging/MessagingS.cpp
index 138429ebee2..be596d1863f 100644
--- a/TAO/tao/Messaging/MessagingS.cpp
+++ b/TAO/tao/Messaging/MessagingS.cpp
@@ -497,7 +497,7 @@ CORBA::Boolean POA_Messaging::ReplyHandler::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
diff --git a/TAO/tao/PortableServer/ImR_LocatorS.cpp b/TAO/tao/PortableServer/ImR_LocatorS.cpp
index c74b912ff70..5832141756f 100644
--- a/TAO/tao/PortableServer/ImR_LocatorS.cpp
+++ b/TAO/tao/PortableServer/ImR_LocatorS.cpp
@@ -3567,7 +3567,7 @@ CORBA::Boolean POA_ImplementationRepository::Locator::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
diff --git a/TAO/tao/PortableServer/ImplRepoS.cpp b/TAO/tao/PortableServer/ImplRepoS.cpp
index 20b40699c81..2e126a22f0e 100644
--- a/TAO/tao/PortableServer/ImplRepoS.cpp
+++ b/TAO/tao/PortableServer/ImplRepoS.cpp
@@ -1204,7 +1204,7 @@ CORBA::Boolean POA_ImplementationRepository::ServerObject::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
@@ -5639,7 +5639,7 @@ CORBA::Boolean POA_ImplementationRepository::Administration::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
@@ -6827,7 +6827,7 @@ CORBA::Boolean POA_ImplementationRepository::ServerInformationIterator::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{
diff --git a/TAO/tao/PortableServer/PolicyS.cpp b/TAO/tao/PortableServer/PolicyS.cpp
index 3c5cd6f2f07..4b2ea210eee 100644
--- a/TAO/tao/PortableServer/PolicyS.cpp
+++ b/TAO/tao/PortableServer/PolicyS.cpp
@@ -1466,7 +1466,7 @@ CORBA::Boolean POA_CORBA::Policy::_is_a (
) ||
!ACE_OS::strcmp (
(char *)value,
- "IDL:org.omg/CORBA/Object:1.0"
+ "IDL:omg.org/CORBA/Object:1.0"
)
)
{