diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-04 18:15:43 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-04 18:15:43 +0000 |
commit | 65380059c7401e41f1a08e10c553c8be1797103c (patch) | |
tree | 566eed3914d1ba66839c8c856f0b5a4844858d10 /apps | |
parent | 3ea36a2ead49c6248c7fcdf35d7a009c6d8b5cd6 (diff) | |
download | ATCD-65380059c7401e41f1a08e10c553c8be1797103c.tar.gz |
ChangeLogTag:Tue Oct 4 11:12:31 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS2/JAWS/Cache_Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS2/JAWS/Cache_Object.h b/apps/JAWS2/JAWS/Cache_Object.h index b1f585b5119..06f442c549f 100644 --- a/apps/JAWS2/JAWS/Cache_Object.h +++ b/apps/JAWS2/JAWS/Cache_Object.h @@ -86,7 +86,7 @@ private: mutable ACE_SYNCH_RW_MUTEX count_; mutable ACE_Lock_Adapter<ACE_SYNCH_RW_MUTEX> lock_adapter_; - + }; class JAWS_Counted_Cache_Object : public JAWS_Cache_Object |