diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-17 05:42:23 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-17 05:42:23 +0000 |
commit | 48ca23bff8576ec2831133ab9d439fd2b2cbfbd4 (patch) | |
tree | 1f44a45389df199e5a5914883cacf479bb587cdb /ace/Module.h | |
parent | b60a0a6268eb55125baf20871acf841c98cf2cdb (diff) | |
download | ATCD-48ca23bff8576ec2831133ab9d439fd2b2cbfbd4.tar.gz |
ChangeLogTag: Wed Apr 17 07:41:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Module.h')
-rw-r--r-- | ace/Module.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Module.h b/ace/Module.h index 058302b3c63..a8320d63cda 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -140,8 +140,9 @@ public: // = Identify the module /// Get the module name. - /// Set the module name. const ACE_TCHAR *name (void) const; + + /// Set the module name. void name (const ACE_TCHAR *); // = Argument to the Tasks. |