summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 03:20:31 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 03:20:31 +0000
commit1d4b1d2b93a79e1be87a8abaa89188eb769ceeae (patch)
tree18ffc111fd222530d7cc76b6c039c3994b5c8f04 /TAO/tao/PolicyC.h
parent209aeefdd17e349caca92cd1d9221ac6426a66ac (diff)
downloadATCD-1d4b1d2b93a79e1be87a8abaa89188eb769ceeae.tar.gz
Added an operator= in TAO_Object_Manager. The resulting changes of this.
Diffstat (limited to 'TAO/tao/PolicyC.h')
-rw-r--r--TAO/tao/PolicyC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PolicyC.h b/TAO/tao/PolicyC.h
index ad0187265ce..59471fd8b1e 100644
--- a/TAO/tao/PolicyC.h
+++ b/TAO/tao/PolicyC.h
@@ -182,7 +182,7 @@ private:
// CORBA_PolicyList
// *************************************************************
-class TAO_Export CORBA_PolicyList : public TAO_Unbounded_Object_Sequence<CORBA_Policy>
+class TAO_Export CORBA_PolicyList : public TAO_Unbounded_Object_Sequence<CORBA_Policy,CORBA_Policy_var>
{
public:
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
@@ -223,7 +223,7 @@ public:
operator const CORBA_PolicyList &() const;
operator CORBA_PolicyList &();
operator CORBA_PolicyList &() const;
- TAO_Object_Manager <CORBA_Policy > operator[] (CORBA::ULong index);
+ TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var > operator[] (CORBA::ULong index);
// in, inout, out, _retn
const CORBA_PolicyList &in (void) const;
CORBA_PolicyList &inout (void);
@@ -246,7 +246,7 @@ public:
operator CORBA_PolicyList *&();
CORBA_PolicyList *&ptr (void);
CORBA_PolicyList *operator-> (void);
- TAO_Object_Manager <CORBA_Policy > operator[] (CORBA::ULong index);
+ TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var> operator[] (CORBA::ULong index);
private:
CORBA_PolicyList *&ptr_;