added support for RENESAS, compile fixes for RENESAS

This commit is contained in:
Peter Schojer
2009-01-22 08:14:22 +00:00
parent c92d329399
commit 75ecce9cc4
3 changed files with 78 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ private:
const std::string& varName,
const std::list<JSDelegate>& delegates);
static std::list<JSDelegate> Utility::insertServerCallback(const std::list<JSDelegate>& delegates,
static std::list<JSDelegate> insertServerCallback(const std::list<JSDelegate>& delegates,
const Poco::WebWidgets::JSDelegate& serverCallback,
std::size_t serverCallPos);