summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-10 03:20:31 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-10 03:20:31 +0000
commit8984ecced7ebbe2f7c30463490d288e84bbe7739 (patch)
tree18ffc111fd222530d7cc76b6c039c3994b5c8f04 /TAO/tao/Request.h
parent7c4eb91d4aff3777732287378776987aaa344f31 (diff)
downloadATCD-8984ecced7ebbe2f7c30463490d288e84bbe7739.tar.gz
Added an operator= in TAO_Object_Manager. The resulting changes of this.
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r--TAO/tao/Request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h
index 74d9322ce5d..f2f65864578 100644
--- a/TAO/tao/Request.h
+++ b/TAO/tao/Request.h
@@ -248,7 +248,7 @@ private:
};
// Make sure you instantiate this in Request.cpp
-class CORBA_ORB_RequestSeq : public TAO_Unbounded_Pseudo_Sequence<CORBA_Request>
+class CORBA_ORB_RequestSeq : public TAO_Unbounded_Pseudo_Sequence<CORBA_Request,CORBA_Request_var>
{
public:
// Helpful with template programming.