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 | 1523911d0a1979df0383ef3225c21f1ab61adf13 (patch) | |
tree | bdc9f1377e57912dc5ba5ab98078ef8ea68ac1f5 /protocols | |
parent | 9c4bb7e12b43f1ebfced6d1aeff4034458acf095 (diff) | |
download | ATCD-1523911d0a1979df0383ef3225c21f1ab61adf13.tar.gz |
ChangeLogTag:Mon Dec 3 10:54:34 2001 Carlos O'Ryan <coryan@uci.edu>
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); |