summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a24
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.bor2
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.rc30
3 files changed, 47 insertions, 9 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index af19f211e44..90e4b830142 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,13 +1,21 @@
+Tue Jan 15 14:02:04 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/PortableGroup.bor:
+ * orbsvcs/orbsvcs/PortableGroup.rc:
+ Added resource files for the PortableGroup library. Thanks
+ to Johnny Willemsen <johnny_willemsen@planet.nl> for pointing
+ this out.
+
Tue Jan 15 11:50:37 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* utils/nslist/nsdel: There were 2 problems with nsdel:
1. difficult to remove subcontexts
2. not possible to remove contexts where the name.kind is not null
-
+
We've now fixe this problem so it's possible to do the following:
usage example nsdel --name com/sun/server/app1.service
usage example nsdel --name com/sun/server.context
-
+
Thanks to Paul Caffrey <pcaffrey@iel.ie> for contributing this.
Tue Jan 15 11:43:48 2002 Jeff Parsons <parsons@cs.wustl.edu>
@@ -23,17 +31,17 @@ Tue Jan 15 11:43:48 2002 Jeff Parsons <parsons@cs.wustl.edu>
Tue Jan 15 09:08:17 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp:
- * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.h:
+ * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp:
+ * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.h:
Added new methods to class FOO_IORInterceptor to go along with
the added methods in PortableInterceptor::IORInterceptor. Missed
committing in the first round.
-
+
Tue Jan 15 08:55:52 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tao/ORB_Core.cpp (create_stub_object):
+ * tao/ORB_Core.cpp (create_stub_object):
Fixed usage of TAO_ENV_ARG_DECL
-
+
Tue Jan 15 09:16:22 2002 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/orbsvcs/Makefile:
@@ -42,7 +50,7 @@ Tue Jan 15 09:16:22 2002 Jeff Parsons <parsons@cs.wustl.edu>
is added.
* orbsvcs/orbsvcs/ETCL/ETCL_Static.dsp:
-
+
Fixed path errors.
* orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.bor b/TAO/orbsvcs/orbsvcs/PortableGroup.bor
index c69fec5847f..22b3147e505 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup.bor
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.bor
@@ -32,7 +32,7 @@ OBJFILES = \
$(OBJDIR)\UIPMC_Profile.obj \
$(OBJDIR)\UIPMC_Transport.obj
-#RESOURCE = $(OBJDIR)\PortableGroup.res
+RESOURCE = $(OBJDIR)\PortableGroup.res
CFLAGS = \
$(ACE_CFLAGS) \
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.rc b/TAO/orbsvcs/orbsvcs/PortableGroup.rc
new file mode 100644
index 00000000000..a432c83a01c
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.rc
@@ -0,0 +1,30 @@
+#include "..\..\tao\Version.h"
+
+1 VERSIONINFO
+ FILEVERSION TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_BETA_VERSION,0
+ PRODUCTVERSION TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_BETA_VERSION,0
+ FILEFLAGSMASK 0x3fL
+ FILEFLAGS 0x0L
+ FILEOS 0x4L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "FileDescription", "PortableGroup\0"
+ VALUE "FileVersion", TAO_VERSION "\0"
+ VALUE "InternalName", "TAO_PortableGroupDLL\0"
+ VALUE "LegalCopyright", "\0"
+ VALUE "LegalTrademarks", "\0"
+ VALUE "OriginalFilename", "TAO_PortableGroup.DLL\0"
+ VALUE "ProductName", "ORBSVCS\0"
+ VALUE "ProductVersion", TAO_VERSION "\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END