home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / bcpp1611.zip / BCPP / ANYOBJ.CPP next >
C/C++ Source or Header  |  1996-12-18  |  415b  |  12 lines

  1. #ifndef _ANYOBJECT_CODE
  2. #define _ANYOBJECT_CODE
  3. // Program code written by Steven De Toni ACBC 11
  4. #include "anyobj.h"
  5. // ###############################################################################
  6. // #### ANYOBJECT Destructor ####
  7. // ##############################
  8. // Set to virtual so that objects can call there own destructors
  9. // without becoming confused.
  10. ANYOBJECT::~ANYOBJECT (void) {};
  11. #endif
  12.