dcrud  0.0.0
Distributed data and services
 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 
16  };
17 }
Status
Definition: Status.hpp:9