ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
progressdata_errors.h
Go to the documentation of this file.
1
/*=============================================================================
2
Copyright (c) 1994 Electronic Data Systems Corporation
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 : progressdata_errors.h
12
Module : iman
13
===============================================================================
14
Date Name Description of Change
15
==== ==== =====================
16
03-Nov-2005 israeli Created
17
$HISTORY$
18
=============================================================================*/
19
20
#ifndef PD_ERRORS_H
21
#define PD_ERRORS_H
22
23
#include <tccore/libtccore_exports.h>
24
25
#define PD_no_create (EMH_PD_error_base + 1)
26
#define PD_ask_properties (EMH_PD_error_base + 2)
27
28
#include <tccore/libtccore_undef.h>
29
#endif