added Resourcemanager

This commit is contained in:
Peter Schojer
2008-06-05 09:01:29 +00:00
parent 8cd381c913
commit 5941524877
15 changed files with 379 additions and 59 deletions

View File

@@ -46,11 +46,13 @@ namespace WebWidgets {
Poco::ThreadLocal<WebApplication*> WebApplication::_pInstance;
WebApplication::WebApplication(const Poco::URI& uri):
WebApplication::WebApplication(const Poco::URI& uri,ResourceManager::Ptr pRM):
_pResource(pRM),
_pLookAndFeel(),
_pCurrentPage(),
_uri(uri)
{
poco_check_ptr (pRM);
attachToThread();
}