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 typedef std::shared_ptr<IRetainManagerService> Ptr;
33 static IRscServiceProxyFactory& GetProxyFactory(
void);
50 virtual BackupResult PrepareLatestBackupFileForRestoring() = 0;
67 inline IRscServiceProxyFactory& IRetainManagerService::GetProxyFactory()
69 return RetainManagerServiceProxyFactory::GetInstance();
IRetainManagerService(void)
Constructs an IRetainManagerService instance.
Definition: IRetainManagerService.hpp:59
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
Contains the name and error code of the backup.
Definition: BackupResult.hpp:23
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
virtual ~IRetainManagerService(void)
Destructs this instance and frees all resouces.
Definition: IRetainManagerService.hpp:63
Use this service for the retain backup handling.
Definition: IRetainManagerService.hpp:21