summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-02-25 15:38:10 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-02-25 15:38:10 +0000
commit13d3427866641761a664b36679a9d7fe7d2ed55b (patch)
treed957d889e83e3eb9d46495aa432adbb15d8f8e82 /TAO/orbsvcs/Notify_Service/NT_Notify_Server.cpp
parent34519d75124e60192ddf135579c34f75ff410497 (diff)
downloadATCD-13d3427866641761a664b36679a9d7fe7d2ed55b.tar.gz
Mon Feb 25 15:36:17 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
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);
}