8#include "Arp/System/Rsc/Services/IRscAuthorizator.hpp"
10namespace Arp {
namespace System {
namespace Rsc {
namespace Services
14class RscServiceAuthorizator
20 RscServiceAuthorizator(
const char* providerName,
const char* serviceName, IRscAuthorizator* pAuthorizator);
22 RscServiceAuthorizator(
const RscServiceAuthorizator& arg) =
default;
24 RscServiceAuthorizator& operator=(
const RscServiceAuthorizator& arg) =
default;
26 ~RscServiceAuthorizator(
void) =
default;
29 void AuthorizeServiceInvocation(
const char* methodName);
33 IRscAuthorizator* pAuthorizator;
Arp::BasicString< char8 > String
The Arp String class.
Definition: TypeSystem.h:27
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API