diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-12 12:34:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-12 12:34:45 +0900 |
commit | 5c5c8bc016abf05fdef2e35788c693c456692763 (patch) | |
tree | de0134d302636578cc39facfce9882c48987a73c /tdeio_ftps | |
parent | 4b328b8b4bd03bfdada6896ae3e4c595aa16239d (diff) | |
download | tdeio-ftps-5c5c8bc016abf05fdef2e35788c693c456692763.tar.gz tdeio-ftps-5c5c8bc016abf05fdef2e35788c693c456692763.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio_ftps')
-rw-r--r-- | tdeio_ftps/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio_ftps/ftp.cpp (renamed from tdeio_ftps/ftp.cc) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdeio_ftps/CMakeLists.txt b/tdeio_ftps/CMakeLists.txt index 1548296..699a056 100644 --- a/tdeio_ftps/CMakeLists.txt +++ b/tdeio_ftps/CMakeLists.txt @@ -17,7 +17,7 @@ link_directories( tde_add_kpart( tdeio_ftps MODULE AUTOMOC SOURCES - ftp.cc + ftp.cpp LINK tdecore-shared tdeio-shared diff --git a/tdeio_ftps/ftp.cc b/tdeio_ftps/ftp.cpp index 6888d0f..3c0b5ea 100644 --- a/tdeio_ftps/ftp.cc +++ b/tdeio_ftps/ftp.cpp @@ -100,8 +100,8 @@ namespace TDEIO { mimimumMimeSize = 1024 }; - // JPF: this helper was derived from write_all in file.cc (FileProtocol). - static // JPF: in ftp.cc we make it static + // JPF: this helper was derived from write_all in file.cpp (FileProtocol). + static // JPF: in ftp.cpp we make it static /** * This helper handles some special issues (blocking and interrupted * system call) when writing to a file handle. |