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 #39054 is a reply to message #39053] Mon, 11 February 2013 16:44 Go to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
Zbych wrote on Mon, 11 February 2013 08:11

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; }





Ops, thanks, should be now fixed.
 
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: Sun May 12 07:08:57 CEST 2024

Total time taken to generate the page: 0.04626 seconds