home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1991 / 10 / string / stridtor.cpp < prev    next >
C/C++ Source or Header  |  1991-07-30  |  156b  |  11 lines

  1. #include <string.h>
  2. #include <ctype.h>
  3. #include <errno.h>
  4. #include <string.hpp>
  5.  
  6. String::~String()
  7. {
  8.     if (--rp->refs < 1)
  9.         delete rp;
  10. }
  11.