home *** CD-ROM | disk | FTP | other *** search
- #ifndef __RWTOOL_ERROR_H__
- #define __RWTOOL_ERROR_H__
- pragma push_align_members(64);
-
- /*
- * Error numbers for the TOOL facility.
- * Automatically generated by an awk script.
- * DO NOT EDIT!
- *
- ****************************************************************************
- *
- * Rogue Wave Software, Inc.
- * P.O. Box 2328
- * Corvallis, OR 97339
- *
- * Copyright (C) 1990, 1991. This software is subject to copyright protection
- * under the laws of the United States and other countries.
- *
- ***************************************************************************
- *
- */
-
- #include "rw/rwerr.h"
-
- const RWErrNo TOOL_FIRSTERR =0x2000;
- const RWErrNo TOOL_BADRE =0x2000;
- const RWErrNo TOOL_CRABS =0x2001;
- const RWErrNo TOOL_EOF =0x2002;
- const RWErrNo TOOL_FLIST =0x2003;
- const RWErrNo TOOL_GENERIC =0x2004;
- const RWErrNo TOOL_ID =0x2005;
- const RWErrNo TOOL_INDEX =0x2006;
- const RWErrNo TOOL_MAGIC =0x2007;
- const RWErrNo TOOL_NOBIN =0x2008;
- const RWErrNo TOOL_NOCREATE =0x2009;
- const RWErrNo TOOL_NOMEM =0x200a;
- const RWErrNo TOOL_NOTALLOW =0x200b;
- const RWErrNo TOOL_NULSS =0x200c;
- const RWErrNo TOOL_OPERR =0x200d;
- const RWErrNo TOOL_OVFLOW =0x200e;
- const RWErrNo TOOL_READERR =0x200f;
- const RWErrNo TOOL_SEEKERR =0x2010;
- const RWErrNo TOOL_STREAM =0x2011;
- const RWErrNo TOOL_SUBSTRING =0x2012;
- const RWErrNo TOOL_SYNSTREAM =0x2013;
- const RWErrNo TOOL_NEVECL =0x2014;
- const RWErrNo TOOL_WRITEERR =0x2015;
- const RWErrNo TOOL_INVCHARST =0x2016;
- const RWErrNo TOOL_LOCK =0x2017;
- const RWErrNo TOOL_UNLOCK =0x2018;
- const RWErrNo TOOL_LONGINDEX =0x2019;
- const RWErrNo TOOL_ALLOCOUT =0x201a;
- const RWErrNo TOOL_LASTERROR =0x201a;
-
- // Used to initialize the TOOL error facility once only:
- struct RWExport RWTOOLInit {
- RWTOOLInit();
- ~RWTOOLInit();
- };
-
- static RWTOOLInit RWTOOLobj;
-
- pragma pop_align_members();
- #endif /* __RWTOOL_ERROR_H__ */
-