summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 16:50:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 16:50:07 +0000
commitf6409bb888ab86d593af30dd25128bba55af24ae (patch)
tree32745c8d8221cb09124cde4b00477b6d46097fac /ace/README
parent5c2ca905495d94e799d7ac498e042f59a2d0d812 (diff)
downloadATCD-f6409bb888ab86d593af30dd25128bba55af24ae.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README10
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