summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 16:58:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 16:58:47 +0000
commit4cb55bf5858ca573b45706360dd8db1135a946ab (patch)
tree902046b6a515ad6150f95a888a8a9492105b29a9
parent577e35ff98e7898c5c0588166695982eacd31af7 (diff)
downloadATCD-ace_for_tao.tar.gz
*** empty log message ***ace_for_tao
-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
+
+}