File: xxerrors.hh

package info (click to toggle)
xtide 2.6.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,996 kB
  • ctags: 2,617
  • sloc: cpp: 26,266; ansic: 8,105; makefile: 152; yacc: 113; sh: 54; lex: 54
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
// errors:  Global functions for bailing out -- X-capable version.
// Last modified by DWF 1998-01-27

class xxContext;
class xxTideContext;

// Set context for creating error boxes.
void set_error_context (xxContext *in_context, xxTideContext *in_xtidecontext);