home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / vabasic / ntclnt.exe / DISK8 / data.8 / datab / INCLUDE / VWGLOBAL.HH < prev    next >
Text File  |  1996-07-29  |  1KB  |  27 lines

  1. //--------------------------------------------------------------
  2. // $Source: /rcs/vwrcs/components/vwglobal.hh,v $
  3. // Checked in by: $Author: jbr $
  4. // $Date: 1993/12/10 18:55:31 $             $Revision: 2.11 $
  5. //--------------------------------------------------------------
  6. //       Copyright(c) 1992, Visual Edge Software Ltd.
  7. //
  8. // ALL RIGHTS RESERVED. This notice is intended as a precaution
  9. // against inadvertent publication, and shall not be deemed to
  10. // consitute an acknowledgment that publication has occurred
  11. // nor to imply any waiver of confidentiality. The year included
  12. // in the notice is the year of the creation of the work.
  13. //--------------------------------------------------------------
  14. // DESCRIPTION:
  15. //            This file contains global definitions & includes.
  16. // NOTE: THIS FILE SHOULD CONTAIN ONLY C++ DECLARATIONS. ALL
  17. //     C DECLARATIONS SHOULD BE PLACED IN vwglobal.h
  18. //--------------------------------------------------------------
  19.  
  20.  
  21. #ifndef VWGLOBAL_HH
  22. #define VWGLOBAL_HH
  23.  
  24. #include <vwglobal.h>
  25.  
  26. #endif
  27.