9 #ifndef lgrConfigData_H_
10 #define lgrConfigData_H_
16 #include <vlutil/vlString.h>
42 virtual void setConfigFile(
const DtString& filename);
43 virtual const DtString& configFileName()
const;
44 virtual const DtString& configFileContents()
const;
46 virtual char* serialize(
int* pSize )
const;
48 bool deserialize(
const char* buffer);
51 void setAttributeToFile(
const DtString& attrname,
const DtString& filename);
52 const DtString& configEntry(
const DtString& entryKey)
const;
55 int deserializeAttribute(
const char* buffer);