summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-30 01:13:46 +0000
committerSteve Huston <shuston@riverace.com>1998-10-30 01:13:46 +0000
commit7879734897f9c01d9ecbfbf8779ee92e6a4e16a0 (patch)
treef85c4eb212b432f15c3dfb8ff6354fd771fb6452 /ace
parent7823681ad87db9ded8a399d9490c65b372f4495f (diff)
downloadATCD-7879734897f9c01d9ecbfbf8779ee92e6a4e16a0.tar.gz
Added ACE_INLINE to the 3 methods here.
Diffstat (limited to 'ace')
-rw-r--r--ace/NT_Service.i4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/NT_Service.i b/ace/NT_Service.i
index 18b40ed0aa3..2132b9ccf81 100644
--- a/ace/NT_Service.i
+++ b/ace/NT_Service.i
@@ -1,6 +1,7 @@
/* -*- C++ -*- */
// $Id$
+ACE_INLINE
ACE_NT_Service::ACE_NT_Service (DWORD start_timeout,
DWORD service_type,
DWORD controls_mask) :
@@ -15,11 +16,12 @@ ACE_NT_Service::ACE_NT_Service (DWORD start_timeout,
svc_status_.dwCheckPoint = 0;
}
+ACE_INLINE
ACE_NT_Service::~ACE_NT_Service (void)
{
}
-void
+ACE_INLINE void
ACE_NT_Service::svc_handle(const SERVICE_STATUS_HANDLE new_svc_handle)
{
this->svc_handle_ = new_svc_handle;