summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Context_Impl_T.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-13 14:47:50 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-13 14:47:50 +0000
commitfeb8e89d1f3932917e3068c9c23db15ce55286e4 (patch)
tree0d62c61c2e4151b7665392d162436ee7d1e6782d /TAO/CIAO/ciao/Context_Impl_T.h
parentcbe8aa5d5be1d4679ae0c4e30baaea24fbae416c (diff)
downloadATCD-escher_x_4_9_integration_point.tar.gz
Thu Apr 13 13:43:19 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>escher_x_4_9_integration_point
Diffstat (limited to 'TAO/CIAO/ciao/Context_Impl_T.h')
-rw-r--r--TAO/CIAO/ciao/Context_Impl_T.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/CIAO/ciao/Context_Impl_T.h b/TAO/CIAO/ciao/Context_Impl_T.h
index a2cdc0b8fc8..cc09becfd35 100644
--- a/TAO/CIAO/ciao/Context_Impl_T.h
+++ b/TAO/CIAO/ciao/Context_Impl_T.h
@@ -42,9 +42,9 @@ namespace Components
{
typedef SecurityLevel2::Credentials Principal;
typedef Principal *Principal_ptr;
-
+
class IllegalState;
-
+
namespace Transaction
{
class UserTransaction;
@@ -64,9 +64,9 @@ namespace CIAO
* This class implements operations and contains parameterized
* members common to all generated servants.
*/
- template <typename BASE_CTX,
- typename SVNT,
- typename COMP,
+ template <typename BASE_CTX,
+ typename SVNT,
+ typename COMP,
typename COMP_VAR>
class Context_Impl : public virtual BASE_CTX,
public virtual Context_Impl_Base,
@@ -85,7 +85,7 @@ namespace CIAO
get_CCM_object (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException,
Components::IllegalState));
-
+
protected:
SVNT *servant_;
COMP_VAR component_;