globus_callout
3.13
Main Page
Modules
Files
File List
Globals
All
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
globus_callout_constants.h
Go to the documentation of this file.
1
/*
2
* Copyright 1999-2006 University of Chicago
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef GLOBUS_CALLOUT_CONSTANTS_H
18
#define GLOBUS_CALLOUT_CONSTANTS_H
19
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
40
typedef
enum
41
{
43
GLOBUS_CALLOUT_ERROR_SUCCESS
= 0,
45
GLOBUS_CALLOUT_ERROR_WITH_HASHTABLE
= 1,
47
GLOBUS_CALLOUT_ERROR_OPENING_CONF_FILE
= 2,
49
GLOBUS_CALLOUT_ERROR_PARSING_CONF_FILE
= 3,
51
GLOBUS_CALLOUT_ERROR_WITH_DL
= 4,
53
GLOBUS_CALLOUT_ERROR_OUT_OF_MEMORY
= 5,
55
GLOBUS_CALLOUT_ERROR_TYPE_NOT_REGISTERED
= 6,
57
GLOBUS_CALLOUT_ERROR_CALLOUT_ERROR
= 7,
59
GLOBUS_CALLOUT_ERROR_LAST
= 8
60
}
globus_callout_error_t
;
61
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif
/* GLOBUS_CALLOUT_CONSTANTS_H */
Generated on Mon Oct 5 2015 14:32:20 for globus_callout by
1.8.1.2