diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-16 07:31:00 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-16 07:31:00 +0000 |
commit | 839fa1b0c73ed160557b9c4265967020f26dd3ba (patch) | |
tree | ff00be9a1875bec52f1e1d49930696c081c54eb1 /ace/Service_Object.h | |
parent | 0a04f6880dfa174e26f238c3934f57930c542492 (diff) | |
download | ATCD-839fa1b0c73ed160557b9c4265967020f26dd3ba.tar.gz |
CE stuff.
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 7dff02543e6..980017554e1 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -65,14 +65,14 @@ public: }; // = Initialization and termination methods. - ACE_Service_Type (const char *n, + ACE_Service_Type (const ASYS_TCHAR *n, ACE_Service_Type_Impl *o, const ACE_SHLIB_HANDLE handle, int active); ~ACE_Service_Type (void); - const char *name (void) const; - void name (const char *); + const ASYS_TCHAR *name (void) const; + void name (const ASYS_TCHAR *); const ACE_Service_Type_Impl *type (void) const; void type (const ACE_Service_Type_Impl *, @@ -93,7 +93,7 @@ public: // Declare the dynamic allocation hooks. private: - const char *name_; + const ASYS_TCHAR *name_; // Humanly readible name of svc. const ACE_Service_Type_Impl *type_; |