Skip to content
Snippets Groups Projects

F update

All threads resolved!
Merged
Timm Fitschenrequested to merge
f-update into dev
All threads resolved!
6 files
+ 82
59
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
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 {
READY = -4,
GO_ON = -3,
Loading