diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 10f1729b65638f3f273f523861dd547ec6832e5f (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/ACE.h | |
parent | 3e172150a24e32f471d10eb9a60eebb599de6f81 (diff) | |
download | ATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 88b74211d55..f28e1f6745f 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -701,9 +701,9 @@ private: // non-blocking status of <handle>). static u_int init_fini_count_; - // Counter to match init ()/fini () calls. init () must increment - // it; fini () must decrement it. fini () then does nothing until - // it reaches 0. + // Counter to match <init>/<fini> calls. <init> must increment it; + // <fini> must decrement it. <fini> then does nothing until it + // reaches 0. static size_t pagesize_; // Size of a VM page. |