summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Quoter_i.h')
-rw-r--r--TAO/examples/Quoter/Quoter_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.h b/TAO/examples/Quoter/Quoter_i.h
index 476ce8b769e..2539a4261f3 100644
--- a/TAO/examples/Quoter/Quoter_i.h
+++ b/TAO/examples/Quoter/Quoter_i.h
@@ -38,7 +38,7 @@ public:
PortableServer::POA_ptr poa_ptr = 0);
/// Destructor
- ~Quoter_i (void);
+ ~Quoter_i ();
/// Returns the current quote for the stock <stock_name>
virtual CORBA::Long get_quote (const char *stock_name);
@@ -54,7 +54,7 @@ public:
const CosLifeCycle::Criteria &the_criteria);
/// Removes the object.
- virtual void remove (void);
+ virtual void remove ();
private:
/// This flag defines if a Generic Factory is used (0 by default) or
@@ -84,10 +84,10 @@ public:
Quoter_Factory_i (size_t num, PortableServer::POA_ptr poa_ptr);
/// Destructor.
- ~Quoter_Factory_i (void);
+ ~Quoter_Factory_i ();
/// Initialize everything in the factory
- int init (void);
+ int init ();
/// Return the quoter by the id <name>.
virtual Stock::Quoter_ptr create_quoter (const char *name);