Update of /cvsroot/squeak/squeak/platforms/Cross/plugins/DropPlugin
In directory usw-pr-cvs1:/tmp/cvs-serv4307/squeak/platforms/Cross/plugins/DropPlugin
Modified Files:
DropPlugin.h
Log Message:
3.2.7b5 added api for open file with security flag
Index: DropPlugin.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Cross/plugins/DropPlugin/DropPlugin.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DropPlugin.h 18 Dec 2001 23:32:45 -0000 1.2
--- DropPlugin.h 13 May 2002 19:48:44 -0000 1.3
***************
*** 8,12 ****
/* note: dropRequestFileHandle needs to bypass plugin security checks when implemented */
int dropRequestFileHandle(int dropIndex); /* return READ-ONLY file handle OOP or nilObject if error */
! int sqSetFileAccessCallback(void *);
void sqSetNumberOfDropFiles(int numberOfFiles);
void sqSetFileInformation(int dropIndex, void *dropFile);
--- 8,12 ----
/* note: dropRequestFileHandle needs to bypass plugin security checks when implemented */
int dropRequestFileHandle(int dropIndex); /* return READ-ONLY file handle OOP or nilObject if error */
! int sqSecFileAccessCallback(void *);
void sqSetNumberOfDropFiles(int numberOfFiles);
void sqSetFileInformation(int dropIndex, void *dropFile);
|