summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-01-20 18:30:23 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-01-20 18:30:23 +0000
commit386cd6aa3a9ce9cf0dcf9cc5266e495514c657e7 (patch)
tree9674354b24ec285b1f332c51c6fb9f2825b006a2 /ChangeLog
parent3f86c080ca591448aec4b5a007c501b8d273e568 (diff)
downloadATCD-386cd6aa3a9ce9cf0dcf9cc5266e495514c657e7.tar.gz
Made soem minro modifications
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 76e707b60e4..111d4b02599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,11 @@ Sun Jan 20 12:38:28 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Sun Jan 20 12:25:28 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * ace/Framework_Component.h: Removed the the definition of the
+ * ace/Framework_Component.h: Removed the definition of the
default constructor (in ACE_UNIMPLEMENTED_FUNC definition). The
other private constructor with a default argument tends towards
- a default constructor. Not sure how g++ didnt signal this one.
+ a default constructor and VC++ signals a multiple definition
+ error. Not sure how g++ didnt signal this one.
* ace/Framework_Component_T.h: #include'd Framework_Component.h
* ace/Framework_Component_T.cpp: Added a #ifndef around the file.