Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
603 B

  1. //=================================================================
  2. //
  3. // TimedDllResource.h
  4. //
  5. // Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  6. //
  7. //=================================================================
  8. #ifndef __TIMEDDLLRESOURCE_H__
  9. #define __TIMEDDLLRESOURCE_H__
  10. class CTimedDllResource : public CResource
  11. {
  12. protected:
  13. BOOL OnFinalRelease() ;
  14. BOOL OnAcquire () ;
  15. void RuleEvaluated ( const CRule *a_RuleEvaluated ) ;
  16. public:
  17. CTimedDllResource() : CResource () {}
  18. ~CTimedDllResource() ;
  19. } ;
  20. #endif //__TIMEDDLLRESOURCE_H__