Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » Skylark and Date/Time format
Re: Skylark and Date/Time format [message #39053 is a reply to message #39052] Mon, 11 February 2013 14:11 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 326
Registered: July 2009
Senior Member
Mirek, It appears that you forgot to update operator() in http class.

Line 93 in http.h:
	Http& operator()(const char *id, const char *v)   { var.GetAdd(id) = v; return *this; }
	Http& operator()(const char *id, const String& v) { var.GetAdd(id) = v; return *this; }
	Http& operator()(const char *id, const Value& v)  { var.GetAdd(id) = v; return *this; }


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: question about overriding SqlError
Next Topic: How to call a C++ function in Witz template?
Goto Forum:
  


Current Time: Sat May 11 08:17:43 CEST 2024

Total time taken to generate the page: 0.03437 seconds