diff options
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 556cf3f1959..9636c3cf1b8 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,17 @@ +Sun Jan 20 12:25:28 2002 Balachandran Natarajan <bala@cs.wustl.edu> + + * ace/Framework_Component.h: Removed the 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. + + * ace/Framework_Component_T.h: #include'd Framework_Component.h + * ace/Framework_Component_T.cpp: Added a #ifndef around the file. + + * ace/ace_dll.dsp: + * ace/ace_lib.dsp: Added the Framwork_Component* files to the + project file. + Sun Jan 20 10:40:28 2002 Nanbor Wang <nanbor@cs.wustl.edu> * tests/Vector_Test.dsp: |