Skip to content
Snippets Groups Projects

F multi retrieve

Merged Timm Fitschen requested to merge f-multi-retrieve into dev
3 files
+ 18
21
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,6 +24,8 @@
#include <string>
namespace caosdb {
/**
* StatusCodes represent the status of this client, it's connections,
* configuration and so on.
@@ -33,9 +35,6 @@
* GENERIC_TRANSACTION_ERROR indicates that *there are* errors in a
* transaction).
*/
namespace caosdb {
enum StatusCode {
INITIAL = -2,
EXECUTING = -1,
Loading