home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / xd-2.08 / xd-2 / xd / Command / Command2.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-09  |  135 b   |  8 lines

  1. #include "Command.h"
  2.  
  3. Command::~Command()
  4. {
  5.     delete command;            // remove the command-buffer
  6.     delete pattern;            // delete the pattern
  7. }
  8.