Skip to content
Snippets Groups Projects

F files

Merged Timm Fitschen requested to merge f-files into dev
8 files
+ 66
19
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
@@ -45,6 +45,7 @@ using boost::filesystem::path;
using caosdb::authentication::Authenticator;
using caosdb::configuration::ConnectionConfiguration;
using caosdb::entity::v1alpha1::EntityTransactionService;
using caosdb::entity::v1alpha1::FileTransmissionService;
using caosdb::info::VersionInfo;
using caosdb::info::v1alpha1::GeneralInfoService;
using caosdb::transaction::Transaction;
@@ -104,6 +105,9 @@ private:
/// Service for entity transactions. We use a shared pointer because
/// Transaction instances also own this service stub.
std::shared_ptr<EntityTransactionService::Stub> entity_transaction_service;
/// Service for file transmission (download and upload). We use a shared
/// pointer because Transaction instances also own this service stub.
std::shared_ptr<FileTransmissionService::Stub> file_transmission_service;
};
/**
Loading