summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-18 19:21:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-18 19:21:26 +0000
commitfead5aab99b91cd9dbf2079e685585e38d41e362 (patch)
tree0befade2e609265c1310b7924459cebcb865ade1
parentc877fd547964edd27ebb78c9b961d74ad734b523 (diff)
downloadATCD-fead5aab99b91cd9dbf2079e685585e38d41e362.tar.gz
ChangeLogTag:Sun Aug 18 12:20:25 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing.rc30
2 files changed, 4 insertions, 35 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e2e67ad2374..7445ca1dcf8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,10 +1,9 @@
-Sun Aug 18 11:32:41 2002 Ossama Othman <ossama@uci.edu>
+Sun Aug 18 12:20:25 2002 Ossama Othman <ossama@uci.edu>
- * orbsvcs/orbsvcs/LoadBalancing.rc (InternalName):
- (OriginalFilename):
+ * orbsvcs/orbsvcs/LoadBalancing.rc:
- Corrected these fields. They still refered to the old Load
- Balancer library.
+ Removed this file. It is no longer used since the old load
+ balancer prototype was removed.
Fri Aug 16 14:22:43 2002 Ossama Othman <ossama@uci.edu>
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing.rc b/TAO/orbsvcs/orbsvcs/LoadBalancing.rc
deleted file mode 100644
index 3dcf4c67f24..00000000000
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-#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", "LoadBalancing\0"
- VALUE "FileVersion", TAO_VERSION "\0"
- VALUE "InternalName", "TAO_CosLoadBalancingDLL\0"
- VALUE "LegalCopyright", "\0"
- VALUE "LegalTrademarks", "\0"
- VALUE "OriginalFilename", "TAO_CosLoadBalancing.DLL\0"
- VALUE "ProductName", "ORBSVCS\0"
- VALUE "ProductVersion", TAO_VERSION "\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END