mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 14:42:51 +01:00
extended page
This commit is contained in:
parent
76a0471534
commit
02028efa4f
@ -130,6 +130,8 @@ public:
|
||||
|
||||
const std::set<DynamicCodeLoader::Ptr>& dynamicCodeLoaders() const;
|
||||
|
||||
std::set<DynamicCodeLoader::Ptr>& dynamicCodeLoaders();
|
||||
|
||||
protected:
|
||||
Page(const std::string& name, const std::type_info& type);
|
||||
/// Creates a Page and assigns it the given name.
|
||||
@ -140,8 +142,6 @@ protected:
|
||||
~Page();
|
||||
/// Destroys the Page.
|
||||
|
||||
std::set<DynamicCodeLoader::Ptr>& dynamicCodeLoaders();
|
||||
|
||||
private:
|
||||
std::string _text;
|
||||
ResourceManager _rm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user