00001 00002 #include "LeasingC.h" 00003 00014 class Event_Handler 00015 { 00016 public: 00017 00023 virtual void on_timer_expire (Lease_ptr lease) = 0; 00024 };
These pages document the source code of the patterns Lookup, Eager Acquisition, and Leasing.
Copyright 2004 John Wiley and Sons. All Rights Reserved.