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