Initial commit
[remote/remote-mci.git] / protocols / client_server / localconstants.h
blob3f45dd5a4fed44c534602cdd3f9102d4b10e6740
1 #ifndef LOCALCONSTANTS_H_
2 #define LOCALCONSTANTS_H_
4 enum result_types
6 // operation results
7 SUCCESS,
8 FAILURE,
9 MOTE_NOT_CONTROLLED,
10 MOTE_NOT_FOUND,
11 MOTE_OCCUPIED,
12 NOT_SUPPORTED
15 #endif /*LOCALCONSTANTS_H_*/