summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-14 15:44:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-14 15:44:50 +0000
commit3872b6fa977b6a44da6856185ec29ecec8f6db81 (patch)
treeaf661a709d41d0318ae9e23be6e46450e5251dbf
parentea25a82c5db7401a36ed83725f1a8dd315f1d8cd (diff)
downloadATCD-3872b6fa977b6a44da6856185ec29ecec8f6db81.tar.gz
ChangeLogTag:Tue Dec 14 08:57:03 1999 Vishal Kachroo <vishal@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html17
-rw-r--r--TAO/ChangeLog-99c6
-rw-r--r--TAO/utils/IOR-parser/ior-handler.h3
3 files changed, 16 insertions, 10 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 2c0c422b85e..d40da6e45e2 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1878,7 +1878,12 @@ builds using the same ACE source tree. This idiom is supported by ACE
using the $ACE_ROOT/bin/create_ace_build script or
$ACE_ROOT/bin/clone.cpp program.
-To use build and use the clone program, perform the following steps:<P>
+To use build and use the clone program, first make sure there's a file
+called platform_macros.GNU that contains the correct platform-specific
+Makefile configurations in the $ACE_ROOT/include/makeinclude/
+directory, as well as making sure there's a $ACE_ROOT/ace/config.h
+file that includes the desired platform/compiler specific
+configuration header. Then perform the following steps:<P>
<pre>
% cd $ACE_ROOT/bin
@@ -1887,13 +1892,9 @@ To use build and use the clone program, perform the following steps:<P>
% rehash
</pre><P>
-Then create a ./build subdirectory someplace, e.g., under $ACE_ROOT
-make sure there's a file called platform_macros.GNU that contains the
-correct platform-specific Makefile configurations in the
-$ACE_ROOT/include/makeinclude/ directory, as well as making sure
-there's a $ACE_ROOT/ace/config.h file that includes the desired
-platform/compiler specific configuration header. Once this is done,
-then invoke the top-level Makefile with the ``clone'' target, e.g.:<P>
+Then create a ./build subdirectory someplace, e.g., under $ACE_ROOT.
+Once this is done, then invoke the top-level Makefile with the
+``clone'' target, e.g.:<P>
<pre>
% cd $ACE_ROOT
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1ac836ac6b7..7a7851c85e7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,9 @@
+Tue Dec 14 09:40:47 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * utils/IOR-parser/ior-handler.h: Changed "class IOR" to
+ "struct IOR" to make MSVC++ happy. Thanks to Mike Vitalo
+ <mvitalo@infoglide.com> for reporting this.
+
Mon Dec 13 16:21:24 1999 Jeff Parsons <parsons@cs.wustl.edu>
* performance-tests/RTCorba/Oneways/Reliable/client.cpp:
diff --git a/TAO/utils/IOR-parser/ior-handler.h b/TAO/utils/IOR-parser/ior-handler.h
index ff8970d488f..94865a0d337 100644
--- a/TAO/utils/IOR-parser/ior-handler.h
+++ b/TAO/utils/IOR-parser/ior-handler.h
@@ -35,8 +35,7 @@
#define MAX_OBJ_KEY_LEN 100
#define MAX_HOSTNAME_LEN 64
-
-class IOR
+struct IOR
{
// = TITLE
// This is the useful information obtained from parsing an IOR.