ITK Function Reference

(V10000.1.0.60_20160308.00)
tcparameters_errors.h
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (c) 2000 Unigraphics Solutions
3  Unpublished - All rights reserved
4 
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ===============================================================================
9 H+++ File description:
10 
11  File : tcparameters_errors.h
12  Module : tccore
13 ===============================================================================
14 History:
15  date name description of change
16 21-Sep-2001 Sanjay Patel,,, Initial Version
17 06-Aug-2002 Aaron Ruckman Split libtc.dll project
18 05-Sep-2002 Aaron Ruckman Update headers as part of dll splittc project
19 22-Nov-2002 Tim Baverstock Normalise inclusion
20 13-Feb-2006 Johann Chemin-Danielson de-Imanization
21 $HISTORY$
22 =========================================================================*/
23 
24 #ifndef TCPARAMETERS_ERRORS_H
25 #define TCPARAMETERS_ERRORS_H
26 
27 #ifndef EMH_CONST_H
28 #include <common/emh_const.h>
29 #endif
30 #include <tccore/libtccore_exports.h>
31 
32 #define TCPARAMETERS_class_not_initialized (EMH_PARAMETERS_error_base + 0)
33 #define TCPARAMETERS_internal_error (EMH_PARAMETERS_error_base + 1)
34 #define TCPARAMETERS_invalid_param_count (EMH_PARAMETERS_error_base + 2)
35 #define TCPARAMETERS_invalid_param_value (EMH_PARAMETERS_error_base + 3)
36 #define TCPARAMETERS_invalid_param_value_len (EMH_PARAMETERS_error_base + 4)
37 
38 #include <tccore/libtccore_undef.h>
39 #endif /*TCPARAMETERS_ERRORS_H*/