performance fixes

This commit is contained in:
Dennis Luxen
2011-08-07 10:56:37 +00:00
parent a5c94c4630
commit bcb39b9e69
5 changed files with 380 additions and 401 deletions
-1
View File
@@ -46,7 +46,6 @@ public:
BasePlugin * tempPointer = _pluginVector[i];
DELETE( tempPointer );
}
}
void handle_request(const Request& req, Reply& rep){