filer.inc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. $Id$
  3. This file is part of the Free Component Library (FCL)
  4. Copyright (c) 1999-2000 by the Free Pascal development team
  5. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. **********************************************************************}
  11. { *********************************************************************
  12. * TFiler *
  13. *********************************************************************}
  14. {
  15. $Log$
  16. Revision 1.5 2000-01-07 01:24:33 peter
  17. * updated copyright to 2000
  18. Revision 1.4 2000/01/06 01:20:33 peter
  19. * moved out of packages/ back to topdir
  20. Revision 1.2 2000/01/04 18:07:16 michael
  21. + Streaming implemented
  22. Revision 1.2 1998/08/24 12:38:23 michael
  23. small fixes
  24. Revision 1.1 1998/05/04 14:30:11 michael
  25. * Split file according to Class; implemented dummys for all methods, so unit compiles.
  26. }