Skip to content
Snippets Groups Projects

ENH: Allow insert/update/delete and files in Extern C

Merged Florian Spreckelsen requested to merge f-full-c into dev
All threads resolved!
4 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -68,6 +68,9 @@ using caosdb::entity::v1alpha1::FileTransmissionService;
using caosdb::transaction::HandlerInterface;
using caosdb::transaction::HandlerTag;
/*
* Handler for the download request of a single file
*/
class DownloadRequestHandler final : public HandlerInterface {
public:
DownloadRequestHandler(HandlerTag tag, FileTransmissionService::Stub *stub,
Loading