summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/Configuration.h4
-rw-r--r--ace/High_Res_Timer.h2
-rw-r--r--bin/MakeProjectCreator/config/acenosubsets.mpb10
3 files changed, 14 insertions, 2 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 476e85d05cf..ff21d7d8657 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -33,7 +33,9 @@
#include "ace/SStringfwd.h"
#include "ace/Hash_Map_With_Allocator_T.h"
-#include "ace/Malloc.h"
+#include "ace/Malloc_T.h"
+#include "ace/MMAP_Memory_Pool.h"
+#include "ace/Local_Memory_Pool.h"
#include "ace/Synch_Traits.h"
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index 6312e0538b2..194143b097b 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -9,7 +9,7 @@
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//==========================================================================
-2
+
#ifndef ACE_HIGH_RES_TIMER_H
#define ACE_HIGH_RES_TIMER_H
#include /**/ "ace/pre.h"
diff --git a/bin/MakeProjectCreator/config/acenosubsets.mpb b/bin/MakeProjectCreator/config/acenosubsets.mpb
new file mode 100644
index 00000000000..8ca2ce57d2e
--- /dev/null
+++ b/bin/MakeProjectCreator/config/acenosubsets.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+//
+// $Id$
+
+feature(!ace_for_tao) {
+
+ after += ACE
+ libs += ACE
+
+}