diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-10 17:29:47 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-10 17:29:47 +0000 |
commit | cd2720a7be9df69befea27844942194ff06dbfbe (patch) | |
tree | bce39a0efee1fb4305ca1bc731fc54bc60c6b64c /TAO/tao/default_resource.h | |
parent | cc89bb9d50a3e96822909ed05c74e196830e1b37 (diff) | |
download | ATCD-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.h | 11 |
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. |