diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/RMCast_Singleton_Factory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/RMCast_Singleton_Factory.h b/protocols/ace/RMCast/RMCast_Singleton_Factory.h index 5e8b27a8e0b..09bfa96be6d 100644 --- a/protocols/ace/RMCast/RMCast_Singleton_Factory.h +++ b/protocols/ace/RMCast/RMCast_Singleton_Factory.h @@ -37,7 +37,8 @@ class ACE_RMCast_Export ACE_RMCast_Singleton_Factory : public ACE_RMCast_Module_ public: /// Constructor /** - * The create() method will return always \param singleton. + * @param singleton This object is returned by any call to + * create(). */ ACE_RMCast_Singleton_Factory (ACE_RMCast_Module *singleton); |