summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
commitef4d0556821999199d16f52b368c4a090902698b (patch)
tree5a7e02c8e07d521fc68afb7e547e7f0cc18af845 /ACE/ace/Malloc_Base.h
parent4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (diff)
downloadATCD-ef4d0556821999199d16f52b368c4a090902698b.tar.gz
Thu Feb 15 13:50:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Malloc_Base.h')
-rw-r--r--ACE/ace/Malloc_Base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Malloc_Base.h b/ACE/ace/Malloc_Base.h
index 0104acdda4b..eb992bdd26a 100644
--- a/ACE/ace/Malloc_Base.h
+++ b/ACE/ace/Malloc_Base.h
@@ -135,13 +135,13 @@ public:
/**
* Change the protection of the pages of the mapped region to <prot>
- * starting at <this->base_addr_> up to <len> bytes. If <len> == -1
+ * starting at <this->base_addr_> up to @a len bytes. If @a len == -1
* then change protection of all pages in the mapped region.
*/
virtual int protect (ssize_t len = -1, int prot = PROT_RDWR) = 0;
/// Change the protection of the pages of the mapped region to <prot>
- /// starting at <addr> up to <len> bytes.
+ /// starting at <addr> up to @a len bytes.
virtual int protect (void *addr, size_type len, int prot = PROT_RDWR) = 0;
#if defined (ACE_HAS_MALLOC_STATS)