[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -489,7 +489,7 @@ ACE_Service_Repository::suspend (const ACE_TCHAR name[],
return this->service_array_[i]->suspend ();
}
/**
/*
* @brief Completely remove a @a name entry from the Repository and
* dynamically unlink it if it was originally dynamically linked.
*/
@ -513,7 +513,7 @@ ACE_Service_Repository::remove (const ACE_TCHAR name[], ACE_Service_Type **ps)
return 0;
}
/**
/*
* @brief Completely remove a @a name entry from the Repository and
* dynamically unlink it if it was originally dynamically linked.
*