home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 11.ddi / OWLSRC.PAK / CLIPBOAR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  443 b   |  12 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   source\owl\clipboard.cpp
  4. //   Owl Encapsulated clipboards
  5. //----------------------------------------------------------------------------
  6. #define _INC_OLE
  7. #include <owl\clipboar.h>
  8.  
  9. TClipboard TClipboard::TheClipboard;
  10.  
  11. const char* TClipboard::DefaultProtocol = "StdFileEditing";
  12.