Autopatcher.h File Reference

This class uses RakNet to detect missing files on one computer and to send them from another computer. More...

#include "NetworkTypes.h"
#include "ArrayList.h"
#include "SHA1.h"

Classes

class  AutoPatcher
 Autopatcher Subsystem. More...

Enumerations

enum  SetFileDownloadableResult {
  SET_FILE_DOWNLOADABLE_FAILED, SET_FILE_DOWNLOADABLE_FILE_NO_SIGNATURE_FILE, SET_FILE_DOWNLOADABLE_FILE_SIGNATURE_CHECK_FAILED, SET_FILE_DOWNLOADABLE_COMPRESSION_FAILED,
  SET_FILE_DOWNLOADABLE_SUCCESS
}


Detailed Description

This class uses RakNet to detect missing files on one computer and to send them from another computer.

This file is part of RakNet Copyright 2003 Kevin Jenkins. Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.rakkarsoft.com/SingleApplicationLicense.html Custom license users are subject to the terms therein. GPL license users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.


Enumeration Type Documentation

enum SetFileDownloadableResult
 

Results of autopatcher operations

Enumerator:
SET_FILE_DOWNLOADABLE_FILE_NO_SIGNATURE_FILE  Failed to allow a file to be downloaded, probably because it doesn't exist.
SET_FILE_DOWNLOADABLE_FILE_SIGNATURE_CHECK_FAILED  Failed to create a signature file for some reason (you probably won't hit this).
SET_FILE_DOWNLOADABLE_COMPRESSION_FAILED  Downloaded a file, but the signature (see it as a checksum) doesn't match, so the download was corrupted.
SET_FILE_DOWNLOADABLE_SUCCESS  zLib failed to compress a file for some reason


Generated on Wed Apr 19 22:58:41 2006 for RakNet by  doxygen 1.4.6-NO