summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/examples/POA/DSI/Database_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/DSI/Database_i.h b/TAO/examples/POA/DSI/Database_i.h
index 1848038490a..428a36d5b05 100644
--- a/TAO/examples/POA/DSI/Database_i.h
+++ b/TAO/examples/POA/DSI/Database_i.h
@@ -47,8 +47,8 @@ public:
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment &env);
// Returns the default POA for this servant.
- virtual void is_a (CORBA::ServerRequest_ptr request,
- CORBA::Environment &env);
+ virtual void _is_a (CORBA::ServerRequest_ptr request,
+ CORBA::Environment &env);
// Handles the _is_a call
protected: