ATLAS Offline Software
Loading...
Searching...
No Matches
IUserLimitsSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4ATLASINTERFACES_IUserLimitsSvc_H
6#define G4ATLASINTERFACES_IUserLimitsSvc_H
7
8#include "GaudiKernel/IService.h"
9
15
16class IUserLimitsSvc : virtual public IService {
17 public:
18
19 virtual ~IUserLimitsSvc() {}
20
23
24};
25
26#endif
virtual ~IUserLimitsSvc()
DeclareInterfaceID(IUserLimitsSvc, 1, 0)
Creates the InterfaceID and interfaceID() method.