dcrud
0.0.0
Distributed data and services
Main Page
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Status.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef NO_ERROR
4
# undef NO_ERROR
5
#endif
6
7
namespace
dcrud {
8
9
enum
Status
{
10
11
NO_ERROR
,
12
ALREADY_CREATED
,
13
NOT_OWNER
,
14
NOT_CREATED
,
15
NOT_IN_THIS_CACHE
16
};
17
}
dcrud::ALREADY_CREATED
Definition:
Status.hpp:12
dcrud::NOT_CREATED
Definition:
Status.hpp:14
dcrud::NOT_OWNER
Definition:
Status.hpp:13
dcrud::NOT_IN_THIS_CACHE
Definition:
Status.hpp:15
dcrud::NO_ERROR
Definition:
Status.hpp:11
dcrud::Status
Status
Definition:
Status.hpp:9
inc
dcrud
Status.hpp
Generated on Sun Jan 10 2016 19:24:09 for dcrud by
1.8.7