summaryrefslogtreecommitdiff
path: root/ace/NT_Service.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/NT_Service.inl')
-rw-r--r--ace/NT_Service.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/NT_Service.inl b/ace/NT_Service.inl
index bd9b7ea5b63..a1a9e9469b8 100644
--- a/ace/NT_Service.inl
+++ b/ace/NT_Service.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
ACE_NT_Service::ACE_NT_Service (DWORD start_timeout,
DWORD service_type,
@@ -81,5 +78,3 @@ ACE_NT_Service::svc_handle(const SERVICE_STATUS_HANDLE new_svc_handle)
this->svc_handle_ = new_svc_handle;
return;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL