summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/PICurrent_Guard.h
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-26 09:26:36 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-26 09:26:36 +0000
commit12cbc0a056b2fd94c2137fceefb82c1f6a8adb6e (patch)
treefab549be9031dc938de60e6490ae7e3f577afbb5 /TAO/tao/PI_Server/PICurrent_Guard.h
parent09f151e9980fb754f3ccacccbf613fbe32791689 (diff)
downloadATCD-12cbc0a056b2fd94c2137fceefb82c1f6a8adb6e.tar.gz
ChangeLogTag: Mon Jun 26 09:15:00 UTC 2006 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'TAO/tao/PI_Server/PICurrent_Guard.h')
-rw-r--r--TAO/tao/PI_Server/PICurrent_Guard.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/PI_Server/PICurrent_Guard.h b/TAO/tao/PI_Server/PICurrent_Guard.h
index 364ec199d29..741163ebba1 100644
--- a/TAO/tao/PI_Server/PICurrent_Guard.h
+++ b/TAO/tao/PI_Server/PICurrent_Guard.h
@@ -33,7 +33,6 @@ class TAO_ServerRequest;
namespace TAO
{
class PICurrent_Impl;
- class PICurrent_Copy_Callback;
/**
* @class PICurrent_Guard
@@ -85,19 +84,6 @@ namespace TAO
/// The PICurrent implementation whose slot table will be filled
/// with the contents of another PICurrent's slot table.
PICurrent_Impl *dest_;
-
- /// Callback object responsible for performing deep copies of a
- /// PICurrent's slot table.
- PICurrent_Copy_Callback *copy_callback_;
-
- /// Flag that indicates if the TSC is to be copied to the RSC.
- /**
- * If false, then the RSC must be deep copied upon leaving the
- * request scope and entering the thread scope. This is necessary
- * since the RSC slot table is no longer available upon leaving
- * the thread scope, meaning that a logical copy is not enough.
- */
- const bool tsc_to_rsc_;
};
}