/* Web Polygraph http://www.web-polygraph.org/
* (C) 2003-2006 The Measurement Factory
* Licensed under the Apache License, Version 2.0 */
#ifndef POLYGRAPH__CSM_CONTENTMGR_H
#define POLYGRAPH__CSM_CONTENTMGR_H
#include "pgl/ContentSym.h"
#include "runtime/ConfigSymMgr.h"
#include "csm/ContentCfg.h"
class ContentCfg;
class ContentSym;
// aggregates information about content descriptions
// prevents creation of large number of identical descriptions
class ContentMgr: public ConfigSymMgr<ContentSym, ContentCfg> {
protected:
virtual ContentCfg *makeCfg();
};
extern ContentMgr TheContentMgr;
#endif
syntax highlighted by Code2HTML, v. 0.9.1