ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
vispublish
publish_errors.h
Go to the documentation of this file.
1
/*=============================================================================
2
Copyright (c) 2004 UGS PLM 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
This file contains all the publish error numbers.
12
13
File : publish_errors.h
14
Module : publish
15
===============================================================================
16
H::: History:
17
date name description of change
18
19-Jul-2004 guthrie initial
19
23-Jul-2004 guthrie initial
20
20-Sep-2004 guthrie Merged from P10.0.0.3 and eug_p10.0.0.4
21
29-Nov-2004 guthrie Fixed error
22
10-Oct-2005 guthrie Merged VisPub to 10.0.1
23
$HISTORY$
24
H---=========================================================================*/
25
26
#ifndef PUBLISH_ERRORS_H
27
#define PUBLISH_ERRORS_H
28
29
#include <
common/emh_const.h
>
30
31
#include <vispublish/libvispublish_exports.h>
32
33
#define PUBLISH_invalid_primary (EMH_PUBLISH_error_base + 1)
34
#define PUBLISH_invalid_secondary (EMH_PUBLISH_error_base + 2)
35
36
#include <vispublish/libvispublish_undef.h>
37
#endif