summaryrefslogtreecommitdiff
path: root/WindozeCE/WindozeCE.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 19:54:43 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 19:54:43 +0000
commit5ac140ac4a8df255c6cc72ee4345470ec78c686e (patch)
tree521e67a16b36ce0c6b2b1c592da8b307b37d60d7 /WindozeCE/WindozeCE.h
parent92661b66fcb4f316fed482ab5cd7464a09e406d6 (diff)
downloadATCD-5ac140ac4a8df255c6cc72ee4345470ec78c686e.tar.gz
Instantiate non-static object manager here.
Diffstat (limited to 'WindozeCE/WindozeCE.h')
-rw-r--r--WindozeCE/WindozeCE.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WindozeCE/WindozeCE.h b/WindozeCE/WindozeCE.h
index 0252c250b3e..ba860d6a0ee 100644
--- a/WindozeCE/WindozeCE.h
+++ b/WindozeCE/WindozeCE.h
@@ -14,6 +14,7 @@
#endif
#include "resource.h" // main symbols
+#include "ace/OS.h"
/////////////////////////////////////////////////////////////////////////////
// CWindozeCEApp:
@@ -39,6 +40,8 @@ public:
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
+ private:
+ ACE_Object_Manager obj_mgr_;
};