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
e12ca44470
commit
76a0471534
@ -140,6 +140,8 @@ protected:
|
||||
~Page();
|
||||
/// Destroys the Page.
|
||||
|
||||
std::set<DynamicCodeLoader::Ptr>& dynamicCodeLoaders();
|
||||
|
||||
private:
|
||||
std::string _text;
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user