home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSDLI.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  742b  |  28 lines

  1. /***********************************************************************
  2.  
  3.                       CSDB Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Auxiliary class to support DLAY.
  7.  
  8.                                            Copyright(c) 1994-1997 
  9.                                                           ComBits 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #ifndef __CSDLI_H
  14. #define __CSDLI_H
  15.  
  16. #include "csdavl.h"
  17.  
  18. class DLAYI: public AVLd
  19. {
  20.  
  21.   public:
  22.     void upd_delet(U32  pos,U32 amount);
  23.     void upd_insert(U32 pos,U32 amount);
  24.  
  25. };
  26.  
  27. #endif
  28.