summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing_persistent/Identity_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent/Identity_i.h')
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_i.h b/TAO/examples/Load_Balancing_persistent/Identity_i.h
index 522a0ed0296..d9b538bd63a 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_i.h
+++ b/TAO/examples/Load_Balancing_persistent/Identity_i.h
@@ -25,14 +25,14 @@ public:
PortableServer::POA_ptr poa);
/// Destructor.
- ~Identity_i (void);
+ ~Identity_i ();
/// Returns the name of this object.
virtual void get_name (CORBA::String_out name);
/// Method for the POA that will return the persistent POA_ptr stored
/// in here..
- PortableServer::POA_ptr _default_POA (void);
+ PortableServer::POA_ptr _default_POA ();
private:
/// Stores the name of this object.