diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-22 20:15:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-22 20:15:39 +0000 |
commit | b4351a77af0c82996a7c94bb7ac4d01b10002b2d (patch) | |
tree | 213baca0ae783947fb414ef9062a6073dd8638e0 /ace/README | |
parent | 5d2db0b6c574038a6c2ea46604e37b2ac00ad7e3 (diff) | |
download | ATCD-b4351a77af0c82996a7c94bb7ac4d01b10002b2d.tar.gz |
removed ACE_FINI_HOOK support
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/README b/ace/README index 36f93668f42..b27ca2f069f 100644 --- a/ace/README +++ b/ace/README @@ -39,8 +39,6 @@ ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER ACE_HAS_NONSTATIC_OBJECT_MANAGER. Usually used with MFC applications. -ACE_FINI_HOOK Can be #defined as executable code, - to be executed at program termination. ACE_MAIN Renames "main (int, char *[])", for platforms such as g++/VxWorks that don't allow "main". Requires |