From c20d09a96761a94182006f16108095f9e4780df5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Sep 2004 11:57:29 +0000 Subject: ChangeLogTag: Tue Sep 14 11:57:12 UTC 2004 Johnny Willemsen --- ace/Dynamic_Service.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ace/Dynamic_Service.h') diff --git a/ace/Dynamic_Service.h b/ace/Dynamic_Service.h index 85d1a2f7730..e7cddce6ad8 100644 --- a/ace/Dynamic_Service.h +++ b/ace/Dynamic_Service.h @@ -39,10 +39,11 @@ template class ACE_Dynamic_Service : public ACE_Dynamic_Service_Base { public: - /// Return instance using to search the Service_Repository. - static TYPE*instance (const ACE_TCHAR *name); + /// Return instance using @a name to search the Service_Repository. + static TYPE* instance (const ACE_TCHAR *name); #if defined (ACE_USES_WCHAR) + /// Return instance using @a name to search the Service_Repository. static TYPE* instance (const ACE_ANTI_TCHAR *name); #endif // ACE_USES_WCHAR }; -- cgit v1.2.1