mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 07:01:12 +01:00
extended page
This commit is contained in:
parent
e12ca44470
commit
76a0471534
@ -140,6 +140,8 @@ 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;
|
||||||
@ -218,6 +220,12 @@ inline const std::set<DynamicCodeLoader::Ptr>& Page::dynamicCodeLoaders() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
inline std::set<DynamicCodeLoader::Ptr>& Page::dynamicCodeLoaders()
|
||||||
|
{
|
||||||
|
return _codeLoaders;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} } // namespace Poco::WebWidgets
|
} } // namespace Poco::WebWidgets
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user