9 #ifndef _fdbf3f51_91f5_464a_b449_c3f994297210 10 #define _fdbf3f51_91f5_464a_b449_c3f994297210 32 typedef std::function<
43 Callback const & get_callback()
const;
46 void set_callback(
Callback const & callback);
49 void operator()(std::shared_ptr<message::CStoreRequest> request);
52 virtual void operator()(std::shared_ptr<message::Message> message);
59 #endif // _fdbf3f51_91f5_464a_b449_c3f994297210
int64_t Integer
Integer type.
Definition: Value.h:42
Definition: Association.h:24
#define ODIL_API
Definition: odil.h:28
Base class for all Service Class Providers.
Definition: SCP.h:24
std::function< Value::Integer(std::shared_ptr< message::CStoreRequest >) > Callback
Callback called when a request is received, shall throw an SCP::Exception on error.
Definition: StoreSCP.h:34
SCP for C-Store services.
Definition: StoreSCP.h:25
Association.
Definition: Association.h:30