Shadowrun: Awakened 29 September 2011 - Build 871
IncrementalReadInterface.h
Go to the documentation of this file.
00001 #ifndef __INCREMENTAL_READ_INTERFACE_H
00002 #define __INCREMENTAL_READ_INTERFACE_H
00003 
00004 #include "FileListNodeContext.h"
00005 #include "Export.h"
00006 
00007 namespace RakNet
00008 {
00009 
00010 class RAK_DLL_EXPORT IncrementalReadInterface
00011 {
00012 public:
00013     IncrementalReadInterface() {}
00014     virtual ~IncrementalReadInterface() {}
00015 
00023     virtual unsigned int GetFilePart( const char *filename, unsigned int startReadBytes, unsigned int numBytesToRead, void *preallocatedDestination, FileListNodeContext context);
00024 };
00025 
00026 } // namespace RakNet
00027 
00028 #endif

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net