summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Factory_Finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Factory_Finder.h')
-rw-r--r--TAO/examples/Quoter/Factory_Finder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/Factory_Finder.h b/TAO/examples/Quoter/Factory_Finder.h
index 1ca45ac5e93..5dcb8c46ad0 100644
--- a/TAO/examples/Quoter/Factory_Finder.h
+++ b/TAO/examples/Quoter/Factory_Finder.h
@@ -31,19 +31,19 @@ class Quoter_Factory_Finder_Server
{
public:
/// Default constructor
- Quoter_Factory_Finder_Server (void);
+ Quoter_Factory_Finder_Server ();
/// Destructor
- ~Quoter_Factory_Finder_Server (void);
+ ~Quoter_Factory_Finder_Server ();
/// Initialize the Quoter_Server state - parsing arguments and ...
int init (int argc, ACE_TCHAR *argv[]);
/// Run the orb
- int run (void);
+ int run ();
/// parse the passed parameters
- u_int parse_args (void);
+ u_int parse_args ();
private:
/// instance of the ORB Manager