summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-13 21:10:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-13 21:10:00 +0000
commite9a97bb88f4779426dabc4954f76f7aa85004012 (patch)
treeca20cddcc181837bdf3350b7750732e77f4d4fe8
parent4671f83fe0923c8e720f3b22b3c67255661f58af (diff)
downloadATCD-e9a97bb88f4779426dabc4954f76f7aa85004012.tar.gz
* docs/compiler.html:
Corrected table entry for -GIc command line option, which generates copy constructors in the servant implementation template files. It does not take an argument as was indicated in the original table entry. Also added an entry for the -GIa option, which generates assignment operators in the servant implementation template files.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 28a52114742..0f2bc772b5e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Thu Dec 13 15:06:54 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * docs/compiler.html:
+
+ Corrected table entry for -GIc command line option, which
+ generates copy constructors in the servant implementation
+ template files. It does not take an argument as was indicated
+ in the original table entry. Also added an entry for the -GIa
+ option, which generates assignment operators in the servant
+ implementation template files.
+
Thu Dec 13 11:41:38 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynCommon.cpp: