Skip to content

Commit

Permalink
Added stream based classes as friends
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Aug 5, 2013
1 parent db9193d commit 3a74177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FWCore/Framework/interface/ProducerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ namespace edm {
class EDProducerBase;
class EDFilterBase;
}
namespace stream {
class EDProducerWrapperBase;
class EDFilterWrapperBase;
}

class ProducerBase : private ProductRegistryHelper {
public:
Expand Down Expand Up @@ -56,6 +60,8 @@ namespace edm {
friend class one::EDFilterBase;
friend class global::EDProducerBase;
friend class global::EDFilterBase;
friend class stream::EDProducerWrapperBase;
friend class stream::EDFilterWrapperBase;

template< typename P>
void commit_(P& iPrincipal) {
Expand Down

0 comments on commit 3a74177

Please sign in to comment.