summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 17:29:47 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 17:29:47 +0000
commitcd2720a7be9df69befea27844942194ff06dbfbe (patch)
treebce39a0efee1fb4305ca1bc731fc54bc60c6b64c /TAO/tao/default_resource.h
parentcc89bb9d50a3e96822909ed05c74e196830e1b37 (diff)
downloadATCD-cd2720a7be9df69befea27844942194ff06dbfbe.tar.gz
Thu Jun 10 12:12:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 3a61df09826..9565bf49248 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -24,7 +24,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/POA.h"
#include "ace/Singleton.h"
#include "ace/Service_Config.h"
@@ -116,11 +115,6 @@ public:
virtual int resource_source (void);
// Get the resource source specifier.
- virtual void poa_source (int which_source);
- // Set the POA source specifier.
- virtual int poa_source (void);
- // Get the POA source specifier.
-
int cdr_allocator_source (void);
// Modify and get the source for the CDR allocators
@@ -147,11 +141,6 @@ protected:
// Flag indicating whether resources should be global or
// thread-specific.
- int poa_source_;
- // Flag indicating whether the POA should be global or
- // thread-specific. If not set specifically, this takes on the
- // value of <resource_source_>.
-
int reactor_type_;
// Flag indicating which kind of reactor we should use.