- Code: Select all
class AbstractConfiguration
{
public:
typedef unsigned char Byte;
typedef Poco::Buffer<Byte> Data;
Data getData (const std::string& key);
protected:
size_t getRawData (const std::string& key, Byte* data) = 0;
};
class AbstractConfiguration
{
public:
typedef unsigned char Byte;
typedef Poco::Buffer<Byte> Data;
Data getData (const std::string& key);
protected:
size_t getRawData (const std::string& key, Byte* data) = 0;
};Users browsing this forum: No registered users and 1 guest