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
commite11a41d2cd711dc6e43d45fe1d2ee96b521ce957 (patch)
treebb94cd975cfc80137441c028c34ba2ba4b9b32dc /TAO/tao/default_resource.cpp
parent4b43e1678248b8d1e63b11b0fbf9532ea19dbf02 (diff)
downloadATCD-e11a41d2cd711dc6e43d45fe1d2ee96b521ce957.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)