8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "RetainManagerServiceProxyFactory.hpp" 10 #include "BackupResult.hpp" 14 namespace Arp {
namespace Plc {
namespace Retain {
namespace Services
24 using Ptr = std::shared_ptr<IRetainManagerService>;
31 static IRscServiceProxyFactory& GetProxyFactory(
void);
48 virtual BackupResult PrepareLatestBackupFileForRestoring() = 0;
53 inline IRscServiceProxyFactory& IRetainManagerService::GetProxyFactory()
55 return RetainManagerServiceProxyFactory::GetInstance();
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
Use this service for the retain backup handling.
Definition: IRetainManagerService.hpp:21
Contains the name and error code of the backup.
Definition: BackupResult.hpp:23