summaryrefslogtreecommitdiff
path: root/ace/Filecache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-10-261-1/+1
|
* *** empty log message ***irfan1997-10-261-3/+12
|
* Removed template method specialization of shared_find. No longerjxh1997-10-241-31/+4
| | | | | needed since Hash_Map_Manager has been changed to no longer rely on sentinel_.
* Added LPSECURITY_ATTRIBUTES to a bunch of methods.nw11997-10-201-8/+18
|
* removed unused static Filecache::lock_levine1997-10-011-1/+0
|
* *** empty log message ***jxh1997-09-301-12/+5
|
* preallocate locks for Filecache and Signal in ACE_Object_Managerlevine1997-09-221-37/+46
|
* *** empty log message ***jxh1997-09-171-0/+3
|
* Comments and fixes that came up during JAWS code review.jxh1997-09-091-0/+1
|
* commented out unused constants [RW]COPY_FLAGSlevine1997-09-081-6/+6
|
* Moved definition of ACE_Filecache_Object from Filecache.cpp to Filecache.hSteve Huston1997-08-201-107/+0
| | | | to help the AIX template instantiator along.
* *** empty log message ***schmidt1997-08-101-29/+43
|
* *** empty log message ***schmidt1997-08-101-7/+7
|
* *** empty log message ***schmidt1997-08-071-11/+9
|
* > > "Filecache.cpp", line 477: warning(3666): variable "handle" was setjxh1997-08-071-2/+13
| | | | | | | | | | | | | > > but never used > > ACE_Filecache_Object *handle = 0; Fixed. > > "/usr/local/src/ace/current/ace/Hash_Map_Manager.cpp", line 205: > > error(3873): expression must have class type > > return ext_id.hash (); Fixed in Filecache.
* Changed #include ace/Filecache_New2.h to #include ace/Filecache.h.jxh1997-08-061-1/+1
|
* Total re-implementations. Fewer locks acquired and released when therejxh1997-08-061-371/+360
| | | | is a cache hit.
* *** empty log message ***irfan1997-07-121-7/+1
|
* *** empty log message ***irfan1997-07-111-0/+2
|
* moved ACE_Guard, etc., specializations from Filecache.cpp and ↵levine1997-07-101-11/+0
| | | | Service_Config.cpp to Synch.cpp
* *** empty log message ***jxh1997-07-091-1/+154
|
* only instantiate ACE_Guard, etc., if ACE_HAS_THREADS because ↵levine1997-07-091-3/+8
| | | | Service_Config.cpp instantiates them with ACE_Null_Mutex
* *** empty log message ***schmidt1997-07-091-44/+26
|
* *** empty log message ***schmidt1997-07-091-6/+6
|
* Added Filecache (CVF). Updated the Makefile to match.jxh1997-07-081-0/+672