summaryrefslogtreecommitdiff
path: root/ACE/ace/Free_List.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/Free_List.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Free_List.h')
-rw-r--r--ACE/ace/Free_List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Free_List.h b/ACE/ace/Free_List.h
index d8bee5f43af..6a21bf11a01 100644
--- a/ACE/ace/Free_List.h
+++ b/ACE/ace/Free_List.h
@@ -51,7 +51,7 @@ public:
/// Returns the current size of the free list.
virtual size_t size (void) = 0;
- /// Resizes the free list to <newsize>.
+ /// Resizes the free list to @a newsize.
virtual void resize (size_t newsize) = 0;
};