Skip to content
Snippets Groups Projects
Commit 34b8b8d8 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

MuonRPC_Cabling: delete unused ICallBackMuonRPC_Cabling.h

parent 1a6faa74
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ICallBackMuonRPC_Cabling_H
#define ICallBackMuonRPC_Cabling_H
#ifndef LVL1_STANDALONE
#include "AthenaKernel/IOVSvcDefs.h"
class ICallBackMuonRPC_Cabling : virtual public IInterface
{
public:
// Trigger roads initialization method
virtual StatusCode initTrigRoadsModel(IOVSVC_CALLBACK_ARGS) = 0;
};
#endif
#endif //ICallBackMuonRPC_Cabling_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment