CMS 3D CMS Logo

PayloadProxy.cc
Go to the documentation of this file.
2 
3 namespace cond {
4 
5  namespace persistency {
6 
7  BasePayloadProxy::BasePayloadProxy(Iov_t const* mostRecentCurrentIov,
8  Session const* mostRecentSession,
9  std::shared_ptr<std::vector<Iov_t>> const* mostRecentRequests)
10  : m_mostRecentCurrentIov(mostRecentCurrentIov),
11  m_mostRecentSession(mostRecentSession),
12  m_mostRecentRequests(mostRecentRequests) {}
13 
15 
17 
22  }
23 
24  } // namespace persistency
25 } // namespace cond
std::shared_ptr< std::vector< Iov_t > > m_requests
Definition: PayloadProxy.h:50
bool isValid() const
Definition: Types.cc:16
BasePayloadProxy(Iov_t const *mostRecentCurrentIov, Session const *mostRecentSession, std::shared_ptr< std::vector< Iov_t >> const *mostRecentRequests)
Definition: PayloadProxy.cc:7
std::shared_ptr< std::vector< Iov_t > > const * m_mostRecentRequests
Definition: PayloadProxy.h:54