5 namespace persistency {
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) {}
std::shared_ptr< std::vector< Iov_t > > m_requests
Iov_t const * m_mostRecentCurrentIov
void initializeForNewIOV()
virtual ~BasePayloadProxy()
Session const * m_mostRecentSession
Iov_t m_iovAtInitialization
BasePayloadProxy(Iov_t const *mostRecentCurrentIov, Session const *mostRecentSession, std::shared_ptr< std::vector< Iov_t >> const *mostRecentRequests)
std::shared_ptr< std::vector< Iov_t > > const * m_mostRecentRequests