Advertisement
TLama

Untitled

Apr 27th, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.28 KB | None | 0 0
  1. type
  2.   TKduCache = class
  3.   private
  4.     FCache: _Ckdu_cache;
  5.   public
  6.     constructor Create(const TargetID, CachePath: string); virtual;
  7.   end;
  8.  
  9. implementation
  10.  
  11. constructor TKduCache.Create(const TargetID, CachePath: string);
  12. begin
  13.   FCache := CoCkdu_cache.Create;
  14. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement