CoreFoundation: add cfreadstream
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
275525af44
commit
0f0666a615
@ -43,6 +43,7 @@ namespace macstd {
|
|||||||
using cfdata = cfobject<CFDataRef>;
|
using cfdata = cfobject<CFDataRef>;
|
||||||
using cfdictionary = cfobject<CFDictionaryRef>;
|
using cfdictionary = cfobject<CFDictionaryRef>;
|
||||||
using cferror = cfobject<CFErrorRef>;
|
using cferror = cfobject<CFErrorRef>;
|
||||||
|
using cfreadstream = cfobject<CFReadStreamRef>;
|
||||||
using cfstring = cfobject<CFStringRef>;
|
using cfstring = cfobject<CFStringRef>;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user