summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 01:55:22 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 01:55:22 +0000
commit1130e6dcf116abed904ef14f432d0545450d3966 (patch)
treedd64a19dd044bad069588fbaa0332419d7ac71cd
parent4d1ef0ad52a3e45998675be6e9bb48f67f537b88 (diff)
downloadATCD-1130e6dcf116abed904ef14f432d0545450d3966.tar.gz
Added ACE_DONT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
-rw-r--r--ace/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 52b6d13630e..d52547ba7ba 100644
--- a/ace/README
+++ b/ace/README
@@ -19,6 +19,8 @@ ACE_DEFINES_DEFAULT_WIN32_SECURITY_ATTRIBUTES
Win32 only. Users want to use a predefined security attributes defined in ACE_OS::default_win32_security_attributes as the default security object.
ACE_DISABLE_DEBUG_DLL_CHECK Define this if you don't want debug version ACE search for debug version DLLs first before looking for the DLL names specified.
ACE_CAST_CONST Used to work around broken SunCC ANSI casts that require an extra const.
+ACE_DONT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ Application will allocate its own object manager. This implicitly defines ACE_HAS_NONSTATIC_OBJECT_MANAGER. Usually used with MFC applications.
ACE_HAS_ANSI_CASTS Platform supports new C++ style casts (dynamic_cast, static_cast, reinterpret_cast and const_cast)
ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64.
ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inherit parent thread's ACE_Log_Msg properties.