summaryrefslogtreecommitdiffstats
path: root/tdeio_ftps
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-12 12:34:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-12 12:41:27 +0900
commit048966a8ffa53be1dc80c4a74ba3851bf8980bf8 (patch)
treeacc100f3174b722c6e8b8d7a9f810dcaf52dc471 /tdeio_ftps
parentb87a279908a5444a28e97e9dd3ae0832cebd0eab (diff)
downloadtdeio-ftps-048966a8.tar.gz
tdeio-ftps-048966a8.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5c5c8bc016abf05fdef2e35788c693c456692763)
Diffstat (limited to 'tdeio_ftps')
-rw-r--r--tdeio_ftps/CMakeLists.txt2
-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.