summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 13:07:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 13:07:43 +0000
commitf7eefb00aa99b9aad441db081bd6d1b8639e11ff (patch)
treed0f4c35f9b0cb533f195899ca99aa7a205ab9b06
parent9dce8b11d15b2f147b5c24b877a7485df4b09acf (diff)
downloadATCD-f7eefb00aa99b9aad441db081bd6d1b8639e11ff.tar.gz
ChangeLogTag: Wed Apr 19 13:03:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog17
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU2
2 files changed, 18 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 09ad53bd557..12a4f8211ca 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,20 @@
+Wed Apr 19 13:03:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/AnyTypeCode/Any_Unknown_IDL_Type.h:
+ Removed not needed forward declarations
+
+ * tao/AnyTypeCode/Any.cpp:
+ * tao/AnyTypeCode/Any_Impl.cpp:
+ * tao/BiDir_GIOP/BiDirPolicy_Validator.cpp:
+ Use false/true instead of 0/1 for bool
+
+ * tao/PortableServer/Object_Adapter.h:
+ Don't export poa_name_iterator and iteratable_poa_name
+
+ * tao/PortableServer/Object_Adapter.cpp:
+ Use true/false and when the object adapter can't be found
+ throw a OBJECT_NOT_EXIST with minor code 2
+
Wed Apr 19 12:56:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Transport_Timer.h:
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index 9ad51e4d59c..22250c022b9 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -41,7 +41,7 @@ PIC = -fPIC
AR = ar
ARFLAGS = ruv
RANLIB = @true
-SOFLAGS += -G $(CPPFLAGS)
+SOFLAGS += -shared $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true