mirror of
https://github.com/SFML/SFML.git
synced 2024-12-01 15:51:04 +08:00
Removed some documentation related to an unimplemented feature :)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1762 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
44d859860a
commit
d99ee43b67
@ -450,9 +450,6 @@ public :
|
|||||||
/// current working directory of the server, and the local
|
/// current working directory of the server, and the local
|
||||||
/// destination path is relative to the current directory
|
/// destination path is relative to the current directory
|
||||||
/// of your application.
|
/// of your application.
|
||||||
/// If you want to watch the progress (to update a progress bar
|
|
||||||
/// for example) or have the ability to stop or pause the download,
|
|
||||||
/// you can use the fourth parameter to pass your progress handler.
|
|
||||||
///
|
///
|
||||||
/// \param remoteFile Filename of the distant file to download
|
/// \param remoteFile Filename of the distant file to download
|
||||||
/// \param localPath Where to put to file on the local computer
|
/// \param localPath Where to put to file on the local computer
|
||||||
@ -472,9 +469,6 @@ public :
|
|||||||
/// working directory of your application, and the
|
/// working directory of your application, and the
|
||||||
/// remote path is relative to the current directory of the
|
/// remote path is relative to the current directory of the
|
||||||
/// FTP server.
|
/// FTP server.
|
||||||
/// If you want to watch the progress (to update a progress bar
|
|
||||||
/// for example) or have the ability to stop or pause the upload,
|
|
||||||
/// you can use the fourth parameter to pass your progress handler.
|
|
||||||
///
|
///
|
||||||
/// \param localFile Path of the local file to upload
|
/// \param localFile Path of the local file to upload
|
||||||
/// \param remotePath Where to put to file on the server
|
/// \param remotePath Where to put to file on the server
|
||||||
|
Loading…
Reference in New Issue
Block a user