DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
IssueCatcherHandler.hpp
Go to the documentation of this file.
1#ifndef ERS_ISSUE_CATCHER_HANDLER_H
2#define ERS_ISSUE_CATCHER_HANDLER_H
3
4/*
5 * IssueCatcherHandler.h
6 * ers
7 *
8 * Created by Serguei Kolos on 21.11.05.
9 * Copyright 2005 CERN. All rights reserved.
10 *
11 */
12
17namespace ers
18{
19 class LocalStream;
20
30 {
31 friend class LocalStream;
32
33 public:
35
36 private:
38
41 };
42}
43
44#endif
Implements issue catcher lifetime management.
IssueCatcherHandler & operator=(const IssueCatcherHandler &)=delete
IssueCatcherHandler(const IssueCatcherHandler &)=delete