Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

EvictionMngr Class Reference

#include <EvictionMngr.h>

List of all members.


Detailed Description

Manager of Evictables Responsible for tracking Evictables and telling them when they are being evicted.

Author:
Author
knoxy
Version:
Revision
1.1
Date:
Date
2004/08/15 23:27:14


Public Member Functions

virtual void invocation_active (const std::string &evictable_id)=0


Member Function Documentation

virtual void EvictionMngr::invocation_active const std::string &  evictable_id  )  [pure virtual]
 

Tell the EvictionMngr that there is an active invocation

The EvictionMngr presumably needs to know when there is an active invocation on an Evictable object.

Parameters:
evictable_id - All Evictables must have a unique Id


The documentation for this class was generated from the following file: