ATLAS Offline Software
ByteStreamInputSvc.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 // Constructor.
8 ByteStreamInputSvc::ByteStreamInputSvc(const std::string& name, ISvcLocator* svcloc) :
9  ::AthService(name, svcloc) {
10 }
11 
12 // Destructor.
ByteStreamInputSvc.h
This file contains the class definition for the ByteStreamInputSvc class.
ByteStreamInputSvc::~ByteStreamInputSvc
virtual ~ByteStreamInputSvc(void)
destructor
Definition: ByteStreamInputSvc.cxx:13
ByteStreamInputSvc::ByteStreamInputSvc
ByteStreamInputSvc(const std::string &name, ISvcLocator *svcloc)
constructor
Definition: ByteStreamInputSvc.cxx:8
AthService
Definition: AthService.h:32
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195