From 7ee6a52260e8b28c4835ae95fc52cc5139f7db5b Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 17 Apr 2016 09:51:54 -0700 Subject: [PATCH] dll: rename dispatch.c to fs.c and access.c to security.c --- build/VStudio/winfsp_dll.vcxproj | 4 ++-- build/VStudio/winfsp_dll.vcxproj.filters | 12 ++++++------ src/dll/{dispatch.c => fs.c} | 2 +- src/dll/{access.c => security.c} | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) rename src/dll/{dispatch.c => fs.c} (99%) rename src/dll/{access.c => security.c} (99%) diff --git a/build/VStudio/winfsp_dll.vcxproj b/build/VStudio/winfsp_dll.vcxproj index b82dad36..58ea242a 100644 --- a/build/VStudio/winfsp_dll.vcxproj +++ b/build/VStudio/winfsp_dll.vcxproj @@ -24,12 +24,12 @@ - + - + diff --git a/build/VStudio/winfsp_dll.vcxproj.filters b/build/VStudio/winfsp_dll.vcxproj.filters index 1cc5a36a..7f612bf4 100644 --- a/build/VStudio/winfsp_dll.vcxproj.filters +++ b/build/VStudio/winfsp_dll.vcxproj.filters @@ -40,15 +40,15 @@ Source - - Source - - - Source - Source + + Source + + + Source + diff --git a/src/dll/dispatch.c b/src/dll/fs.c similarity index 99% rename from src/dll/dispatch.c rename to src/dll/fs.c index 67dc2955..24d89e15 100644 --- a/src/dll/dispatch.c +++ b/src/dll/fs.c @@ -1,5 +1,5 @@ /** - * @file dll/dispatch.c + * @file dll/fs.c * * @copyright 2015-2016 Bill Zissimopoulos */ diff --git a/src/dll/access.c b/src/dll/security.c similarity index 99% rename from src/dll/access.c rename to src/dll/security.c index 81b11cba..82373374 100644 --- a/src/dll/access.c +++ b/src/dll/security.c @@ -1,5 +1,5 @@ /** - * @file dll/access.c + * @file dll/security.c * * @copyright 2015-2016 Bill Zissimopoulos */