summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/Database_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/Database_i.h')
-rw-r--r--TAO/examples/POA/DSI/Database_i.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/examples/POA/DSI/Database_i.h b/TAO/examples/POA/DSI/Database_i.h
index b48464d3b7f..bd97e7a36db 100644
--- a/TAO/examples/POA/DSI/Database_i.h
+++ b/TAO/examples/POA/DSI/Database_i.h
@@ -18,7 +18,6 @@ public:
{
public:
Simpler_Malloc (void);
- ~Simpler_Malloc (void);
};
typedef ACE_Singleton<Simpler_Malloc, ACE_Null_Mutex> DATABASE;
@@ -29,8 +28,7 @@ public:
{
public:
Entry (CORBA::ORB_ptr orb,
- PortableServer::POA_ptr poa,
- CORBA::Environment &);
+ PortableServer::POA_ptr poa);
~Entry (void);
virtual void invoke (CORBA::ServerRequest_ptr request,
@@ -59,17 +57,13 @@ public:
PortableServer::POA_var poa_;
// Default POA
-
- PortableServer::Current_var poa_current_;
- // POA Current.
};
class Agent : public POA_Database::Agent
{
public:
Agent (CORBA::ORB_ptr orb,
- PortableServer::POA_ptr poa,
- CORBA::Environment &);
+ PortableServer::POA_ptr poa);
~Agent (void);
virtual Database::Entry_ptr create_entry (const char *key,
@@ -85,8 +79,6 @@ public:
const char *entry_type,
CORBA::Environment &env);
- virtual void shutdown (CORBA::Environment &env);
-
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment &env);
// Returns the default POA for this servant.