summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/TAO_Service
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-30 08:43:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-30 08:43:26 +0000
commitee08937672f97d8fbc4129d30c0017fd79a9067f (patch)
tree162378b4a655c1ae446714d733e04962db8c0f0d /TAO/orbsvcs/TAO_Service
parentcc87648f2439f6ea9e1a9a7a006e91736d76fc95 (diff)
downloadATCD-ee08937672f97d8fbc4129d30c0017fd79a9067f.tar.gz
ChangeLogTag:Sat Jan 29 23:58:18 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/TAO_Service')
-rw-r--r--TAO/orbsvcs/TAO_Service/TAO_Service.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
index a3480850d81..d015a33e1c9 100644
--- a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
+++ b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp
@@ -23,8 +23,13 @@
#include "ace/Service_Config.h"
#include "ace/Log_Msg.h"
#include "ace/Signal.h"
+#include "ace/Time_Value.h"
+
+
+ACE_RCSID (TAO_Service,
+ TAO_Service,
+ "$Id$")
-ACE_RCSID(TAO_Service, TAO_Service, "$Id$")
extern "C" void handler (int)
{