summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp')
-rw-r--r--TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp b/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
index 533420ad49a..90ce225d6e1 100644
--- a/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
+++ b/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
@@ -17,7 +17,7 @@
// = AUTHORS
// John Tucker <jtucker@infoglide.com>,
// Mike Vitalo <mvitalo@infoglide.com>, and
-// David Robison <drrobison@openroadsconsulting.com>
+// David Robison <drrobison@openroadsconsulting.com>
//
// ============================================================================
@@ -223,7 +223,7 @@ Options::run (int argc, char* argv[])
}
int
-main (int argc, char *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
return OPTIONS::instance ()->run (argc, argv);
}