summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMI_Gateway/test_dsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_AMI_Gateway/test_dsi.h')
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_dsi.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.h b/TAO/tests/DSI_AMI_Gateway/test_dsi.h
index 4f33fc644f8..8f43c163ba1 100644
--- a/TAO/tests/DSI_AMI_Gateway/test_dsi.h
+++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.h
@@ -40,7 +40,7 @@ public:
*
*/
virtual void _dispatch (TAO_ServerRequest &request,
- void *context);
+ TAO::Portable_Server::Servant_Upcall *context);
// we need this because it is a pure virtual method in
// its parent class
@@ -50,11 +50,9 @@ public:
virtual CORBA::RepositoryId _primary_interface (
const PortableServer::ObjectId &oid,
- PortableServer::POA_ptr poa
- );
+ PortableServer::POA_ptr poa);
- virtual PortableServer::POA_ptr _default_POA (
- );
+ virtual PortableServer::POA_ptr _default_POA (void);
private:
/// The ORB