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

  1. // TO BE CODE REVIEWED
  2. /*------------------------------------------------------------------------
  3.  * $Source: /rcs/crcs/framework/status.hh,v $
  4.  * $Date: 1993/06/10 11:40:44 $                 $Revision: 1.2 $
  5.  *
  6.  * Copyright 1992, Visual Edge Software Ltd.
  7.  * -----------------------------------------
  8.  * ALL RIGHTS RESERVED.  This notice is intended as a precaution against
  9.  * inadvertent publication, and shall not be deemed to constitute an 
  10.  * acknowledgment that publication has  occurred nor to imply any waiver  
  11.  * of confidentiality.    The year included in the notice is the year 
  12.  * of the creation of the work.               
  13.  *------------------------------------------------------------------------*/
  14. /*------------------------------------------------------------------------
  15.  * Status code constants, generated from the data file StatCodes.
  16.  * 
  17.  * Generates initialized constants such as OkStatus, ErrorStatus.
  18.  *------------------------------------------------------------------------*/
  19.  
  20. #ifndef  V_STATUS_HH
  21. #define  V_STATUS_HH
  22.  
  23. #define  StatusCode(NAME, VALUE) \
  24. const status_t NAME ## Status = VALUE;
  25.  
  26. #include <statcode>
  27.  
  28. #undef  StatusCode
  29.  
  30. #endif
  31.  
  32.