30#ifndef GatewayContainerStorage_h_
31#define GatewayContainerStorage_h_ 1
33#include "BESContainerStorageVolatile.h"
54 virtual void add_container(
const std::string &s_name,
const std::string &r_name,
const std::string &type);
56 virtual void dump(std::ostream &strm)
const;
BESContainerStorageVolatile(const std::string &n)
create an instance of this persistent store with the given name.
virtual void dump(std::ostream &strm) const
dumps information about this object
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
GatewayContainerStorage(const std::string &n)
create an instance of this persistent store with the given name.