#1 upnpsdk-1.0.0-p1: Patch to 1.0.0 to fix issues after release
open
nobody
None
5
2000-09-15
2000-09-15
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
None
This patch fixes various problems discovered in the 1.0.0 release:
* const char* is now used in the API in many cases instead of char* to be more C++ friendly
* SOAP callbacks for devices now contain the cookie given during registration rather than NULL
* The action names in the TV sample's DCP have been corrected
* UpnpSendActionAsync() now returns the cookie passed to this call during the callback. Other async functions have been also updated