summaryrefslogtreecommitdiff
path: root/ace/Service_Object.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-13 17:54:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-13 17:54:54 +0000
commit7b49486ca1fff4f5e2bb05ed45f2ace7e69e32d7 (patch)
tree4a1155527523d74b1b94b28d41fe9cda7e85e91d /ace/Service_Object.cpp
parent6b4e3ef7ccefb4f81e766a00d8cf4c8b5aaf09fb (diff)
downloadATCD-7b49486ca1fff4f5e2bb05ed45f2ace7e69e32d7.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Object.cpp')
-rw-r--r--ace/Service_Object.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/ace/Service_Object.cpp b/ace/Service_Object.cpp
index 324158145e9..7484cbf5813 100644
--- a/ace/Service_Object.cpp
+++ b/ace/Service_Object.cpp
@@ -3,15 +3,14 @@
// Service_Object.cpp
#define ACE_BUILD_DLL
-#include "ace/Service_Object.h"
#include "ace/Service_Types.h"
+#include "ace/Service_Object.h"
#if !defined (__ACE_INLINE__)
#include "ace/Service_Object.i"
#endif /* __ACE_INLINE__ */
ACE_ALLOC_HOOK_DEFINE(ACE_Service_Object)
-
ACE_ALLOC_HOOK_DEFINE(ACE_Service_Type)
void
@@ -21,9 +20,9 @@ ACE_Service_Type::dump (void) const
}
ACE_Service_Type::ACE_Service_Type (const char *n,
- ACE_Service_Type_Impl *t,
- const ACE_SHLIB_HANDLE h,
- int active)
+ ACE_Service_Type_Impl *t,
+ const ACE_SHLIB_HANDLE h,
+ int active)
: name_ (0),
type_ (t),
handle_ (h),