diff options
Diffstat (limited to 'ace/Dynamic_Service.h')
-rw-r--r-- | ace/Dynamic_Service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dynamic_Service.h b/ace/Dynamic_Service.h index 0cb9a3e8ca7..b06f73b2ec3 100644 --- a/ace/Dynamic_Service.h +++ b/ace/Dynamic_Service.h @@ -31,7 +31,7 @@ class ACE_Dynamic_Service // Uses "name" for lookup in the ACE service repository. Obtains // the object and returns it as the appropriate type. public: - static SERVICE *instance (const char *name); + static SERVICE *instance (const ACE_TCHAR *name); // Return instance using <name> to search the Service_Repository. void dump (void) const; |