summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 18:25:02 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 18:25:02 +0000
commitff4e2ecbb000c9bf6d02b0df2be207b229e888ba (patch)
treebb94cd975cfc80137441c028c34ba2ba4b9b32dc /TAO/tao/default_resource.cpp
parent2306730540a6a2f6907290411caf37d268a69c26 (diff)
downloadATCD-ff4e2ecbb000c9bf6d02b0df2be207b229e888ba.tar.gz
ChangeLogTag:Mon Oct 3 10:48:45 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r--TAO/tao/default_resource.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index ee9d7a9558c..04ca1c07c60 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -18,15 +18,19 @@
#include "ace/TP_Reactor.h"
#include "ace/Dynamic_Service.h"
#include "ace/Malloc.h"
-#include "ace/OS_NS_string.h"
-#include "ace/OS_NS_strings.h"
#include "ace/Auto_Ptr.h"
#include "ace/Reactor.h"
+#include "ace/Malloc_T.h"
+#include "ace/Local_Memory_Pool.h"
+#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_strings.h"
+
ACE_RCSID (tao,
default_resource,
"$Id$")
+
TAO_Default_Resource_Factory::TAO_Default_Resource_Factory (void)
: use_locked_data_blocks_ (1)
, parser_names_count_ (0)