8#include "Arp/Base/Rsc/Commons/Services/IRscServiceProxy.hpp"
10namespace Arp::Base::Rsc::Commons::Services
23 TransactionGuard(
const TransactionGuard& arg) =
delete;
24 TransactionGuard(TransactionGuard&& arg)
noexcept =
delete;
25 TransactionGuard& operator=(
const TransactionGuard& arg) =
delete;
26 TransactionGuard& operator=(TransactionGuard&& arg)
noexcept =
delete;
27 ~TransactionGuard(
void);
Interface of RSC service proxies used on client side to invoke a service remotely.
Definition: IRscServiceProxy.hpp:20
This class monitors a RSC client call using RAII idiom.
Definition: RscClient.TransactionGuard.hpp:18