26#ifndef NgapContainerStorage_h_
27#define NgapContainerStorage_h_ 1
29#include "BESContainerStorageVolatile.h"
50 virtual void add_container(
const std::string &s_name,
const std::string &r_name,
const std::string &type);
52 virtual void dump(std::ostream &strm)
const;
implementation of BESContainerStorage that stores containers in memory for the duration of this proce...
implementation of BESContainerStorageVolatile that represents a list of remote requests
virtual void add_container(const std::string &s_name, const std::string &r_name, const std::string &type)
adds a container with the provided information
virtual void dump(std::ostream &strm) const
dumps information about this object