Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
6ab9d17d
Commit
6ab9d17d
authored
Jun 18, 2015
by
Steven Murray
Browse files
Moved DirIterator from the scheduler directory to common
parent
1cb481f8
Changes
11
Hide whitespace changes
Inline
Side-by-side
common/CMakeLists.txt
View file @
6ab9d17d
cmake_minimum_required
(
VERSION 2.6
)
set
(
COMMON_LIB_SRC_FILES
FileStatus.cpp
SmartFd.cpp
Timer.cpp
UserIdentity.cpp
Utils.cpp
DirEntry.cpp
DirIterator.cpp
exception/Backtrace.cpp
exception/Errnum.cpp
exception/Exception.cpp
FileStatus.cpp
SmartFd.cpp
strerror_r_wrapper.cpp
Timer.cpp
threading/ChildProcess.cpp
threading/Mutex.cpp
threading/Threading.cpp
)
threading/Threading.cpp
UserIdentity.cpp
Utils.cpp
)
add_library
(
ctacommon SHARED
${
COMMON_LIB_SRC_FILES
}
)
...
...
scheduler
/DirEntry.cpp
→
common
/DirEntry.cpp
View file @
6ab9d17d
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/DirEntry.hpp"
#include
"
common
/DirEntry.hpp"
//------------------------------------------------------------------------------
// entryTypeToStr
...
...
scheduler
/DirEntry.hpp
→
common
/DirEntry.hpp
View file @
6ab9d17d
File moved
scheduler
/DirIterator.cpp
→
common
/DirIterator.cpp
View file @
6ab9d17d
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/DirIterator.hpp"
#include
"
common
/DirIterator.hpp"
#include
"common/exception/Exception.hpp"
using
cta
::
exception
::
Exception
;
...
...
scheduler
/DirIterator.hpp
→
common
/DirIterator.hpp
View file @
6ab9d17d
...
...
@@ -18,7 +18,7 @@
#pragma once
#include
"
scheduler
/DirEntry.hpp"
#include
"
common
/DirEntry.hpp"
#include
<list>
...
...
nameserver/MockNameServer.hpp
View file @
6ab9d17d
...
...
@@ -20,7 +20,7 @@
#include
"common/UserIdentity.hpp"
#include
"nameserver/NameServer.hpp"
#include
"
scheduler
/DirIterator.hpp"
#include
"
common
/DirIterator.hpp"
#include
"scheduler/SecurityIdentity.hpp"
#include
<list>
...
...
nameserver/NameServer.hpp
View file @
6ab9d17d
...
...
@@ -19,7 +19,7 @@
#pragma once
#include
"common/FileStatus.hpp"
#include
"
scheduler
/DirIterator.hpp"
#include
"
common
/DirIterator.hpp"
#include
"scheduler/SecurityIdentity.hpp"
#include
<string>
...
...
scheduler/CMakeLists.txt
View file @
6ab9d17d
...
...
@@ -17,8 +17,6 @@ set (CTA_SCHEDULER_SRC_FILES
ArchiveToTapeCopyRequest.cpp
ConfigurationItem.cpp
CreationLog.cpp
DirEntry.cpp
DirIterator.cpp
DiskException.cpp
DriveQuota.cpp
FileAttribute.cpp
...
...
scheduler/FileSystemDirEntry.hpp
View file @
6ab9d17d
...
...
@@ -18,7 +18,7 @@
#pragma once
#include
"
scheduler
/DirEntry.hpp"
#include
"
common
/DirEntry.hpp"
#include
"scheduler/FileSystemStorageClasses.hpp"
namespace
cta
{
...
...
scheduler/MockSchedulerDatabase.cpp
View file @
6ab9d17d
...
...
@@ -25,7 +25,7 @@
#include
"scheduler/ArchiveToFileRequest.hpp"
#include
"scheduler/ArchiveToTapeCopyRequest.hpp"
#include
"scheduler/ArchivalRoute.hpp"
#include
"
scheduler
/DirIterator.hpp"
#include
"
common
/DirIterator.hpp"
#include
"scheduler/LogicalLibrary.hpp"
#include
"scheduler/MockSchedulerDatabase.hpp"
#include
"scheduler/RetrieveFromTapeCopyRequest.hpp"
...
...
xroot_plugins/XrdProFile.cpp
View file @
6ab9d17d
...
...
@@ -34,7 +34,7 @@
#include
"XrdSec/XrdSecEntity.hh"
#include
"cmdline/CTACmd.hpp"
#include
"
scheduler
/DirIterator.hpp"
#include
"
common
/DirIterator.hpp"
#include
<iostream>
#include
<pwd.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment