diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-17 17:52:49 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-17 17:52:49 +0000 |
commit | fbb828e9b88a0effb89d8c92f0567abc1508d954 (patch) | |
tree | 5457233644a557048770f5d4b9df15bf9ada9805 /TAO/tao/svrrqst.h | |
parent | 5f7ce383888f3705c4443a1dc01a48b58ba623a4 (diff) | |
download | ATCD-fbb828e9b88a0effb89d8c92f0567abc1508d954.tar.gz |
Use full qualified names instead of typedef names.
Diffstat (limited to 'TAO/tao/svrrqst.h')
-rw-r--r-- | TAO/tao/svrrqst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/svrrqst.h b/TAO/tao/svrrqst.h index e63f09405de..7be91543ff9 100644 --- a/TAO/tao/svrrqst.h +++ b/TAO/tao/svrrqst.h @@ -76,7 +76,7 @@ public: virtual CORBA::ORB_ptr __stdcall orb (void) = 0; }; -class ACE_Svc_Export IIOP_ServerRequest : public CORBA::ServerRequest +class ACE_Svc_Export IIOP_ServerRequest : public CORBA_ServerRequest { public: // Constructor, destructor |