diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-19 16:50:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-19 16:50:51 +0000 |
commit | afb55fb458f216cdc07c1c4fbe9ddc46fb14b83c (patch) | |
tree | bbabadcf086eecfb1971968f081ba3ca7fae47d3 /ace/README | |
parent | 0c7667834bad0a64a058e13b17ef063565edbba3 (diff) | |
download | ATCD-afb55fb458f216cdc07c1c4fbe9ddc46fb14b83c.tar.gz |
executed instead of called, in description of ACE_FINI_HOOK
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README index f604ac0e425..36f93668f42 100644 --- a/ace/README +++ b/ace/README @@ -40,7 +40,7 @@ ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER Usually used with MFC applications. ACE_FINI_HOOK Can be #defined as executable code, - to be called at program termination. + to be executed at program termination. ACE_MAIN Renames "main (int, char *[])", for platforms such as g++/VxWorks that don't allow "main". Requires |