summaryrefslogtreecommitdiff
path: root/TAO/tao/POAC.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 04:43:59 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-24 04:43:59 +0000
commite01ef222a6ac56e79e79837ae897124d928210ce (patch)
treeee03afe97556edc859fb1fbfa966bf75229e87aa /TAO/tao/POAC.h
parentb87c5863ee3626fa07d2f4ea040dff71fe9e63b3 (diff)
downloadATCD-e01ef222a6ac56e79e79837ae897124d928210ce.tar.gz
ChangeLogTag:Tue Mar 23 22:33:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/POAC.h')
-rw-r--r--TAO/tao/POAC.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/TAO/tao/POAC.h b/TAO/tao/POAC.h
index 1784505209f..73c9339e419 100644
--- a/TAO/tao/POAC.h
+++ b/TAO/tao/POAC.h
@@ -312,7 +312,7 @@ public:
virtual ThreadPolicyValue value (CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
- ThreadPolicy (STUB_Object *objref = 0,
+ ThreadPolicy (TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0);
public:
@@ -417,7 +417,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
LifespanPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -521,7 +521,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
IdUniquenessPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -625,7 +625,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
IdAssignmentPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -732,7 +732,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
ImplicitActivationPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -841,7 +841,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
ServantRetentionPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -951,7 +951,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
RequestProcessingPolicy (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1090,7 +1090,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
POAManager (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1187,7 +1187,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
AdapterActivator (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1283,7 +1283,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
ServantManager (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1380,7 +1380,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
ServantActivator (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1480,7 +1480,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
ServantLocator (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -1991,7 +1991,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
POA (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);
@@ -2121,7 +2121,7 @@ public:
virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
protected:
Current (
- STUB_Object *objref = 0,
+ TAO_Stub *objref = 0,
TAO_ServantBase *servant = 0,
CORBA::Boolean collocated = 0
);