home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tv20cpp.zip / src / TObject.cpp < prev    next >
C/C++ Source or Header  |  1998-01-19  |  284b  |  22 lines

  1. /*
  2.  * TObject.cc
  3.  *
  4.  * Turbo Vision - Version 2.0
  5.  *
  6.  * Copyright (c) 1994 by Borland International
  7.  * All Rights Reserved.
  8.  *
  9.  * Modified by Sergio Sigala <ssigala@globalnet.it>
  10.  */
  11.  
  12. #define Uses_TObject
  13. #include <tvision/tv.h>
  14.  
  15. TObject::~TObject()
  16. {
  17. }
  18.  
  19. void TObject::shutDown()
  20. {
  21. }
  22.