summaryrefslogtreecommitdiff
path: root/ACE/ace/File_Lock.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
commit92758a4736d3aa1ccc8b53acdc62fb144c107050 (patch)
tree6072ed71e0bbc721f10bffe967a37fcb3c8589be /ACE/ace/File_Lock.h
parent9baf137c61b562db35419c5c8a6d0039822d3503 (diff)
downloadATCD-92758a4736d3aa1ccc8b53acdc62fb144c107050.tar.gz
Mon Oct 22 18:53:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/File_Lock.h')
-rw-r--r--ACE/ace/File_Lock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/File_Lock.h b/ACE/ace/File_Lock.h
index 9a61f3bda63..eec103e1fe0 100644
--- a/ACE/ace/File_Lock.h
+++ b/ACE/ace/File_Lock.h
@@ -46,7 +46,7 @@ public:
ACE_File_Lock (ACE_HANDLE handle = ACE_INVALID_HANDLE,
int unlink_in_destructor = 1);
- /// Open the <filename> with <flags> and <mode> and set the result
+ /// Open the @a filename with @a flags and @a mode and set the result
/// to <handle_>. If you don't want the file unlinked in the
/// destructor pass a zero value for <unlink_in_destructor>.
ACE_File_Lock (const ACE_TCHAR *filename,
@@ -54,7 +54,7 @@ public:
mode_t mode = 0,
int unlink_in_destructor = 1);
- /// Open the <filename> with <flags> and <mode> and set the result to
+ /// Open the @a filename with @a flags and @a mode and set the result to
/// <handle_>.
int open (const ACE_TCHAR *filename,
int flags,