summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-09 03:37:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-09 03:37:25 +0000
commit4eae42f0393bd37ffc8d14d16dbcda7d718cc506 (patch)
tree30c239d07ba6a14f264e69463aa788e2e9f9a153
parentf41125cd7e6af2747f1a744ac7f06c7351c37b8b (diff)
downloadATCD-4eae42f0393bd37ffc8d14d16dbcda7d718cc506.tar.gz
.
-rw-r--r--TAO/ChangeLog-99c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index dee999bcd7c..9fff5aa5d78 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -28,7 +28,7 @@ Mon Mar 8 19:02:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
Added the new typedefs for _ptr_type and _var_type
- (see Advnaced CORBA Programming with C++, section 7.6.1).
+ (see Advanced CORBA Programming with C++, section 7.6.1).
I couldn't find anywhere that the IDL compiler
generates code for template member functions - everything
like that in orbsvcs seems to be handwritten. If anyone