diff options
Diffstat (limited to 'shared/lock.cpp')
-rw-r--r-- | shared/lock.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/shared/lock.cpp b/shared/lock.cpp deleted file mode 100644 index 6b3dbcbb..00000000 --- a/shared/lock.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// ************************************************************************** -// * This file is part of the FreeFileSync project. It is distributed under * -// * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * -// ************************************************************************** -// -#include "lock.h" -#include "file_handling.h" -// -// -//util::LockDirectory::LockDirectory(const Zstring& dirname) -//{ -// -//} -// -// -//util::LockDirectory::~LockDirectory() -//{ -//} -// -// -//bool util::LockDirectoryisLocked(const Zstring& dirname); |