home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / GTakPM / Source / Restore.cpp < prev    next >
C/C++ Source or Header  |  1996-08-12  |  285b  |  18 lines

  1. // GTakPM
  2. // (c) Benjamin Stein 1994
  3. // All Rights Reserved
  4. // Backup.cpp
  5.  
  6. //  $Header: W:/Projects/OCL/Samples/GTakPM/Source/rcs/Restore.cpp 1.50 1996/08/11 23:48:12 B.STEIN Release $
  7.  
  8. #include "..\Source\GTakPM.hpp"
  9.  
  10.  
  11. void GTPMWin::restore()
  12. {
  13.  
  14. }
  15.  
  16.  
  17. // end of source
  18.