summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ClientRequestInfo.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/ClientRequestInfo.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/ClientRequestInfo.h')
-rw-r--r--TAO/tao/PI/ClientRequestInfo.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tao/PI/ClientRequestInfo.h b/TAO/tao/PI/ClientRequestInfo.h
index 40c83ff4c70..4671889f2b1 100644
--- a/TAO/tao/PI/ClientRequestInfo.h
+++ b/TAO/tao/PI/ClientRequestInfo.h
@@ -35,7 +35,6 @@
#include "tao/PI/ClientRequestInfoC.h"
#include "tao/PI/PIForwardRequestC.h"
#include "tao/PI/PICurrent_Impl.h"
-#include "tao/PI/PICurrent_Copy_Callback.h"
#include "tao/CORBA_methods.h"
#include "tao/ORB_Constants.h"
#include "tao/LocalObject.h"
@@ -274,22 +273,6 @@ private:
/// The "Request Scope Current" (RSC) object, as required by
/// Portable Interceptors.
TAO::PICurrent_Impl rs_pi_current_;
-
- /// Callback object to be executed when shallow copied slot table
- /// must be deep copied.
- /**
- * This callback object deep copies the slot table from the TSC to
- * the RSC.
- * @par
- * As an optimization, the TSC's slot table is initially only
- * shallowed copied to the RSC. If the TSC's slot table will be
- * modified, e.g. via PICurrent::set_slot(), it's slot table must be
- * deep copied to the RSC before actually modifying that slot
- * table. This is necessary since the RSC is read-only on the
- * client side, meaning that changes in the TSC that occur after
- * instantiation of the RSC must not be reflected in the RSC.
- */
- TAO::PICurrent_Copy_Callback copy_callback_;
};
TAO_END_VERSIONED_NAMESPACE_DECL