diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-12 23:36:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-12 23:36:16 +0000 |
commit | 31194f24d725c03a91c59666b734cd98bfd88f7d (patch) | |
tree | 57be745e8525be2b6ce98acad3333c6bff187433 /ace/Service_Object.h | |
parent | 8321edb4a1dddae7839cd04b5ae9f652384f24cc (diff) | |
download | ATCD-31194f24d725c03a91c59666b734cd98bfd88f7d.tar.gz |
.
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index ce048e1f200..acd3719dbfe 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -66,9 +66,9 @@ public: // = Initialization and termination methods. ACE_Service_Type (const ASYS_TCHAR *n, - ACE_Service_Type_Impl *o, - const ACE_SHLIB_HANDLE handle, - int active); + ACE_Service_Type_Impl *o, + const ACE_SHLIB_HANDLE handle, + int active); ~ACE_Service_Type (void); const ASYS_TCHAR *name (void) const; |