diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-03 18:57:40 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-03 18:57:40 +0000 |
commit | f14e44bb9b1967e5a66eba13b1f5682ff08fa6d2 (patch) | |
tree | bdc9f1377e57912dc5ba5ab98078ef8ea68ac1f5 /protocols/ace | |
parent | a56111d5ac0a565e6f73ee2fe4cf5409d3afc9df (diff) | |
download | ATCD-f14e44bb9b1967e5a66eba13b1f5682ff08fa6d2.tar.gz |
ChangeLogTag:Mon Dec 3 10:54:34 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'protocols/ace')
-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); |