mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- added code for ftp client to handle failures and menu exit more gracefully
This commit is contained in:
@@ -28,7 +28,8 @@ namespace Shared { namespace PlatformCommon {
|
||||
|
||||
enum FTP_Client_ResultType {
|
||||
ftp_crt_SUCCESS = 0,
|
||||
ftp_crt_FAIL = 1
|
||||
ftp_crt_FAIL = 1,
|
||||
ftp_crt_ABORTED = 2
|
||||
};
|
||||
|
||||
class FTPClientCallbackInterface {
|
||||
|
Reference in New Issue
Block a user