summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-05-26 17:29:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-05-26 17:29:53 +0000
commit7072fbca7af2257546f1ad54f81f497ac9c0b70d (patch)
tree03291a2903f6527bd225a475289ee497e303d568
parentf914d72fb24469dec1d8728e96c0be8e0fe3d286 (diff)
downloadATCD-7072fbca7af2257546f1ad54f81f497ac9c0b70d.tar.gz
ChangeLogTag: Mon May 26 17:26:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Strategies/UIOP_Lite_Factory.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7b5234083a4..c76f2275e2f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 26 17:29:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Strategies/UIOP_Lite_Factory.h:
+ Fixed incorrect ACE_FACTORY_DECLARE usage. This fixed the internal
+ compiler error in the Cygwin build.
+
Mon May 26 12:18:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/POA.cpp:
diff --git a/TAO/tao/Strategies/UIOP_Lite_Factory.h b/TAO/tao/Strategies/UIOP_Lite_Factory.h
index 588edfb1e05..f30c9244fa4 100644
--- a/TAO/tao/Strategies/UIOP_Lite_Factory.h
+++ b/TAO/tao/Strategies/UIOP_Lite_Factory.h
@@ -78,7 +78,7 @@ private:
};
ACE_STATIC_SVC_DECLARE (TAO_UIOP_Lite_Protocol_Factory)
-ACE_FACTORY_DECLARE (TAO, TAO_UIOP_Lite_Protocol_Factory)
+ACE_FACTORY_DECLARE (TAO_Strategies, TAO_UIOP_Lite_Protocol_Factory)
# endif /* TAO_HAS_UIOP == 1 */