diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-03 23:30:02 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-03 23:30:02 +0000 |
commit | fd7e36e4e439d47bbbce410ae160e0e2cac8599a (patch) | |
tree | c0cf06f2649cbab2ec95e8389b1eb2af4c3b6a48 /TAO | |
parent | d3aa19533b8caa6f7d3975cb4289d5d74f62eb3a (diff) | |
download | ATCD-fd7e36e4e439d47bbbce410ae160e0e2cac8599a.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/examples/POA/DSI/Database_i.h | 4 |
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: |