summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Server_Main.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Server_Main.h')
-rw-r--r--TAO/tao/Utils/Server_Main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Server_Main.h b/TAO/tao/Utils/Server_Main.h
index 843e3610e54..a194bc0354c 100644
--- a/TAO/tao/Utils/Server_Main.h
+++ b/TAO/tao/Utils/Server_Main.h
@@ -35,7 +35,7 @@
* int parse_args (int argc, ACE_TCHAR * argv[]);
* int init (CORBA::ORB_ptr orb );
* int idle(int &result);
- * int fini (void);
+ * int fini ();
* const char * identity () const;
*
* parse_args, self_register, self_unregister return 0 if ok, nonzero for error.