summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.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/TAO_Server_Request.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/TAO_Server_Request.h')
-rw-r--r--TAO/tao/TAO_Server_Request.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/TAO_Server_Request.h b/TAO/tao/TAO_Server_Request.h
index c6724852e1b..20a8995daf0 100644
--- a/TAO/tao/TAO_Server_Request.h
+++ b/TAO/tao/TAO_Server_Request.h
@@ -38,7 +38,6 @@ namespace TAO
{
class PICurrent;
class PICurrent_Impl;
- class PICurrent_Copy_Callback;
}
TAO_END_VERSIONED_NAMESPACE_DECL
@@ -267,9 +266,6 @@ public:
/// Return a reference to the "request scope" PICurrent object.
TAO::PICurrent_Impl *rs_pi_current (void);
- /// Return a reference to the PICurrent copy callback object.
- TAO::PICurrent_Copy_Callback *pi_current_copy_callback (void);
-
CORBA::Exception *caught_exception (void);
void caught_exception (CORBA::Exception *exception);
@@ -360,10 +356,6 @@ private:
/// Portable Interceptors.
TAO::PICurrent_Impl *rs_pi_current_;
- /// PICurrent callback object responsible for copying slot table
- /// between PICurrents in different scopes (i.e. thread or request).
- TAO::PICurrent_Copy_Callback *pi_current_copy_callback_;
-
/// Used by the FTORB
CORBA::OctetSeq_var result_seq_;