extended page

This commit is contained in:
Peter Schojer 2008-10-02 08:03:56 +00:00
parent 76a0471534
commit 02028efa4f

View File

@ -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;