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