mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
added Resourcemanager
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user