We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Update HTTPClient/HTTPRequest to C++11 callbacks
Update HTTPClient/HTTPRequest to C++11 callbacks
Bug #4702 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2014-04-06 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | all | |
Target version: | - | |
Estimated time: | 2.00 points |
Currently, HTTPClient uses old, clunky callbacks:
The desired results is to use the new C++11 callbacks, defined by the
CC_CALLBACK_X
macro: