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