[Tcladdressbook-commits] Source TclAddressBookUtils.h,1.13,1.14
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-08-03 09:53:13
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18073/Source Modified Files: TclAddressBookUtils.h Log Message: CFTypeRef vs CFStringRef Index: TclAddressBookUtils.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBookUtils.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- TclAddressBookUtils.h 1 Aug 2004 17:59:19 -0000 1.13 +++ TclAddressBookUtils.h 3 Aug 2004 09:53:02 -0000 1.14 @@ -43,7 +43,7 @@ void TclAB_GetValue(Tcl_Interp *interp, ABAddressBookRef ab, CFStringRef theProperty, - CFStringRef theValue, + CFTypeRef theValue, Boolean allValues, int inRecordType); |