ATLAS Offline Software
Loading...
Searching...
No Matches
IAthenaSharedWriterSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ATHENAKERNEL_IATHENASHAREDWRITERSVC_H
6#define ATHENAKERNEL_IATHENASHAREDWRITERSVC_H
7
8#include "GaudiKernel/IService.h"
9
10class IAthenaSharedWriterSvc : virtual public ::IService {
11public:
13
14 virtual StatusCode share(int numClients = 0, bool motherClient = false) = 0;
15};
16
17#endif
DeclareInterfaceID(IAthenaSharedWriterSvc, 1, 0)
virtual StatusCode share(int numClients=0, bool motherClient=false)=0