diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-19 16:50:07 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-19 16:50:07 +0000 |
commit | f6409bb888ab86d593af30dd25128bba55af24ae (patch) | |
tree | 32745c8d8221cb09124cde4b00477b6d46097fac /ace/README | |
parent | 5c2ca905495d94e799d7ac498e042f59a2d0d812 (diff) | |
download | ATCD-f6409bb888ab86d593af30dd25128bba55af24ae.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/README b/ace/README index e8fb0962916..f604ac0e425 100644 --- a/ace/README +++ b/ace/README @@ -39,10 +39,12 @@ ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER ACE_HAS_NONSTATIC_OBJECT_MANAGER. Usually used with MFC applications. -ACE_MAIN Renames "main (int, char - *[])", for platforms such as - g++/VxWorks that don't allow - main. Requires the use of +ACE_FINI_HOOK Can be #defined as executable code, + to be called at program termination. +ACE_MAIN Renames "main (int, char *[])", + for platforms such as g++/VxWorks + that don't allow "main". Requires + the use of ACE_HAS_NONSTATIC_OBJECT_MANAGER. ACE_MT_SAFE Compile using multi-thread libraries ACE_NDEBUG Turns off debugging features |