summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-07-08 06:40:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-07-08 06:40:57 +0000
commitb73b1d6d6eb5d5482ab76bfc8140863610f46792 (patch)
tree12c665fd9363ead5309d38598d12aca5a4c94cc4 /TAO/tao
parent09e9a7036fa583db7edae08b8d172d0d44d33c29 (diff)
downloadATCD-b73b1d6d6eb5d5482ab76bfc8140863610f46792.tar.gz
Fri Jul 8 06:39:27 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/Servant_Base.h: Added some typedefs useful for template meta programming
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/PortableServer/Servant_Base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.h b/TAO/tao/PortableServer/Servant_Base.h
index 2568f693177..65777ee8f75 100644
--- a/TAO/tao/PortableServer/Servant_Base.h
+++ b/TAO/tao/PortableServer/Servant_Base.h
@@ -62,6 +62,10 @@ class TAO_PortableServer_Export TAO_ServantBase
: public virtual TAO_Abstract_ServantBase
{
public:
+ /// Useful for template programming.
+ typedef ::CORBA::Object _stub_type;
+ typedef ::CORBA::Object_ptr _stub_ptr_type;
+ typedef ::CORBA::Object_var _stub_var_type;
/// Destructor.
virtual ~TAO_ServantBase (void);