Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove friendship relations to removed DaqSource. #824

Merged
merged 1 commit into from Sep 13, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion FWCore/Common/interface/LuminosityBlockBase.h
Expand Up @@ -131,7 +131,6 @@ namespace edm {
// public interface is asking for trouble
friend class ConfigurableInputSource;
friend class InputSource;
friend class DaqSource;
friend class RawInputSource;
friend class EDFilter;
friend class EDProducer;
Expand Down
1 change: 0 additions & 1 deletion FWCore/Framework/interface/Event.h
Expand Up @@ -220,7 +220,6 @@ namespace edm {
// alternative is not great either. Putting it into the
// public interface is asking for trouble
friend class ProducerSourceBase;
friend class DaqSource;
friend class InputSource;
friend class RawInputSource;
friend class ProducerBase;
Expand Down
1 change: 0 additions & 1 deletion FWCore/Framework/interface/LuminosityBlock.h
Expand Up @@ -134,7 +134,6 @@ namespace edm {
// alternative is not great either. Putting it into the
// public interface is asking for trouble
friend class InputSource;
friend class DaqSource;
friend class RawInputSource;
friend class ProducerBase;
template<typename T> friend class stream::ProducingModuleAdaptorBase;
Expand Down
1 change: 0 additions & 1 deletion FWCore/Framework/interface/Run.h
Expand Up @@ -141,7 +141,6 @@ namespace edm {
// this PrincipalGetAdapter. The friendships required seems gross, but any
// alternative is not great either. Putting it into the
// public interface is asking for trouble
friend class DaqSource;
friend class InputSource;
friend class RawInputSource;
friend class ProducerBase;
Expand Down