INTEGRATION: CWS sdksample (1.3.18); FILE MERGED
2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:04:35 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2004/10/27 15:58:24 jsc 1.3.18.1: #i29966# remove filename related APIs
This commit is contained in:
parent
2757200302
commit
473d27ea1c
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: reader.h,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: pjunck $ $Date: 2004-11-03 09:17:08 $
|
||||
* last change: $Author: rt $ $Date: 2005-01-31 15:46:51 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -166,6 +166,7 @@ void SAL_CALL typereg_reader_getDocumentation(
|
|||
out-of-memory condition occurs, a pointer to a null pointer is returned
|
||||
|
||||
@since UDK 3.2.0
|
||||
@deprecated
|
||||
*/
|
||||
void SAL_CALL typereg_reader_getFileName(void * handle, rtl_uString ** result)
|
||||
SAL_THROW_EXTERN_C();
|
||||
|
@ -288,6 +289,7 @@ void SAL_CALL typereg_reader_getFieldDocumentation(
|
|||
@param index a valid index into the range of fields of the given type reader
|
||||
|
||||
@since UDK 3.2.0
|
||||
@deprecated
|
||||
*/
|
||||
void SAL_CALL typereg_reader_getFieldFileName(
|
||||
void * handle, rtl_uString ** result, sal_uInt16 index)
|
||||
|
|
Loading…
Reference in a new issue