summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-09 21:32:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-09 21:32:15 +0000
commitaa18269973b6a19930327cc7e06bb47f5b9e38e8 (patch)
treef3605c37cf4384e55926941891bee2a6397a6d9c
parent19867d4ecbc55484fb374b6b75d9ff8254091870 (diff)
downloadATCD-aa18269973b6a19930327cc7e06bb47f5b9e38e8.tar.gz
ChangeLogTag: Thu Mar 09 15:30:41 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog39
-rw-r--r--ChangeLogs/ChangeLog-02a39
-rw-r--r--ChangeLogs/ChangeLog-03a39
-rw-r--r--ace/ACE.h8
4 files changed, 74 insertions, 51 deletions
diff --git a/ChangeLog b/ChangeLog
index 53ec4734290..019d217fd5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,31 +1,38 @@
+Thu Mar 09 15:30:41 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/ACE.h (init, fini): added comments that these methods
+ can only be called once per program invocation. Thanks to
+ Chris Hafey <chris@stentorsoft.com> for reporting that an
+ init ()/fini ()/init () sequence fails.
+
Thu Mar 09 12:57:14 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
- related problems. Thanks to Steve H. for reporting this.
+ * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
+ related problems. Thanks to Steve H. for reporting this.
Thu Mar 9 09:23:10 2000 Ossama Othman <ossama@uci.edu>
- * bin/make_release (create_kit):
+ * bin/make_release (create_kit):
- Change to the destination directory prior to invoking `md5sum'
- on the file for which an MD5 checksum is being generated. This
- was necessary to prevent the absolute path of the file from
- being used as part of the checksum.
+ Change to the destination directory prior to invoking `md5sum'
+ on the file for which an MD5 checksum is being generated. This
+ was necessary to prevent the absolute path of the file from
+ being used as part of the checksum.
- In any case, MD5 checksum generation is now working. [Bug 48]
+ In any case, MD5 checksum generation is now working. [Bug 48]
- (tag):
+ (tag):
- Confirmed that the missing Makefile templates now get installed
- in the ACE betas/releases (no changes, just confirmation).
- [Bug 408]
+ Confirmed that the missing Makefile templates now get installed
+ in the ACE betas/releases (no changes, just confirmation).
+ [Bug 408]
Thu Mar 9 11:01:34 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Configuration.h: Changed export_config()/import_config() to
- be virtual methods so users can change how the config files are
- implemented. Thanks to Damien Dufour
- <damien.dufour@horoquartz.fr> for reporting this.
+ * ace/Configuration.h: Changed export_config()/import_config() to
+ be virtual methods so users can change how the config files are
+ implemented. Thanks to Damien Dufour
+ <damien.dufour@horoquartz.fr> for reporting this.
Thu Mar 09 10:41:24 2000 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 53ec4734290..019d217fd5f 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,31 +1,38 @@
+Thu Mar 09 15:30:41 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/ACE.h (init, fini): added comments that these methods
+ can only be called once per program invocation. Thanks to
+ Chris Hafey <chris@stentorsoft.com> for reporting that an
+ init ()/fini ()/init () sequence fails.
+
Thu Mar 09 12:57:14 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
- related problems. Thanks to Steve H. for reporting this.
+ * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
+ related problems. Thanks to Steve H. for reporting this.
Thu Mar 9 09:23:10 2000 Ossama Othman <ossama@uci.edu>
- * bin/make_release (create_kit):
+ * bin/make_release (create_kit):
- Change to the destination directory prior to invoking `md5sum'
- on the file for which an MD5 checksum is being generated. This
- was necessary to prevent the absolute path of the file from
- being used as part of the checksum.
+ Change to the destination directory prior to invoking `md5sum'
+ on the file for which an MD5 checksum is being generated. This
+ was necessary to prevent the absolute path of the file from
+ being used as part of the checksum.
- In any case, MD5 checksum generation is now working. [Bug 48]
+ In any case, MD5 checksum generation is now working. [Bug 48]
- (tag):
+ (tag):
- Confirmed that the missing Makefile templates now get installed
- in the ACE betas/releases (no changes, just confirmation).
- [Bug 408]
+ Confirmed that the missing Makefile templates now get installed
+ in the ACE betas/releases (no changes, just confirmation).
+ [Bug 408]
Thu Mar 9 11:01:34 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Configuration.h: Changed export_config()/import_config() to
- be virtual methods so users can change how the config files are
- implemented. Thanks to Damien Dufour
- <damien.dufour@horoquartz.fr> for reporting this.
+ * ace/Configuration.h: Changed export_config()/import_config() to
+ be virtual methods so users can change how the config files are
+ implemented. Thanks to Damien Dufour
+ <damien.dufour@horoquartz.fr> for reporting this.
Thu Mar 09 10:41:24 2000 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 53ec4734290..019d217fd5f 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,31 +1,38 @@
+Thu Mar 09 15:30:41 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/ACE.h (init, fini): added comments that these methods
+ can only be called once per program invocation. Thanks to
+ Chris Hafey <chris@stentorsoft.com> for reporting that an
+ init ()/fini ()/init () sequence fails.
+
Thu Mar 09 12:57:14 2000 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
- related problems. Thanks to Steve H. for reporting this.
+ * tests/Time_Service_Test.cpp (main): Fixed several UNICODE
+ related problems. Thanks to Steve H. for reporting this.
Thu Mar 9 09:23:10 2000 Ossama Othman <ossama@uci.edu>
- * bin/make_release (create_kit):
+ * bin/make_release (create_kit):
- Change to the destination directory prior to invoking `md5sum'
- on the file for which an MD5 checksum is being generated. This
- was necessary to prevent the absolute path of the file from
- being used as part of the checksum.
+ Change to the destination directory prior to invoking `md5sum'
+ on the file for which an MD5 checksum is being generated. This
+ was necessary to prevent the absolute path of the file from
+ being used as part of the checksum.
- In any case, MD5 checksum generation is now working. [Bug 48]
+ In any case, MD5 checksum generation is now working. [Bug 48]
- (tag):
+ (tag):
- Confirmed that the missing Makefile templates now get installed
- in the ACE betas/releases (no changes, just confirmation).
- [Bug 408]
+ Confirmed that the missing Makefile templates now get installed
+ in the ACE betas/releases (no changes, just confirmation).
+ [Bug 408]
Thu Mar 9 11:01:34 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Configuration.h: Changed export_config()/import_config() to
- be virtual methods so users can change how the config files are
- implemented. Thanks to Damien Dufour
- <damien.dufour@horoquartz.fr> for reporting this.
+ * ace/Configuration.h: Changed export_config()/import_config() to
+ be virtual methods so users can change how the config files are
+ implemented. Thanks to Damien Dufour
+ <damien.dufour@horoquartz.fr> for reporting this.
Thu Mar 09 10:41:24 2000 Steve Huston <shuston@riverace.com>
diff --git a/ace/ACE.h b/ace/ACE.h
index ff2cf11f1b9..2b6633f5a67 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -43,11 +43,13 @@ class ACE_Export ACE
ACE_CLASS_IS_NAMESPACE (ACE);
public:
- // Initialize ACE library services.
+ // Initialize ACE library services. Can be called only once per
+ // program invocation.
static int init (void);
// Returns 0 on success, -1 on failure, and 1 if it had already been called.
- // Shut down ACE library services.
+ // Shut down ACE library services. Can be called only once per
+ // program invocation.
static int fini (void);
// Returns 0 on success, -1 on failure, and 1 if it had already been called.
@@ -443,7 +445,7 @@ public:
static int get_temp_dir (char *buffer, size_t buffer_len);
static int get_temp_dir (wchar_t *buffer, size_t buffer_len);
- // Returns the temporary directory including the trailing slash in
+ // Returns the temporary directory including the trailing slash in
// <buffer>. Returns -1 for an error or if the buffer_len is not
// long enough.