Skip to content
Snippets Groups Projects
Commit 7e68f783 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Renamed the some source files from Pro (prototype) to Cta

parent bee7a09f
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ include_directories(${XROOTD_INCLUDE_DIR} ${XROOTD_PRIVATE_INCLUDE_DIR})
include_directories(${CMAKE_BINARY_DIR})
include_directories(${CMAKE_SOURCE_DIR}/tapeserver)
add_library (XrdCtaOfs MODULE XrdProFilesystem.cpp XrdProFile.cpp OStoreDBWithAgent.cpp BackendPopulator.cpp)
add_library (XrdCtaOfs MODULE XrdCtaFilesystem.cpp XrdCtaFile.cpp OStoreDBWithAgent.cpp BackendPopulator.cpp)
target_link_libraries (XrdCtaOfs ctascheduler ctacommon ctanameserver ctaremotens ctaOStoreSchedulerDB protobuf CTAObjectStore cryptopp)
......@@ -32,7 +32,7 @@
//#include "scheduler/mockDB/MockSchedulerDatabase.hpp"
#include "scheduler/RetrieveRequestDump.hpp"
#include "scheduler/SchedulerDatabase.hpp"
#include "xroot_plugins/XrdProFile.hpp"
#include "xroot_plugins/XrdCtaFile.hpp"
#include "XrdSec/XrdSecEntity.hh"
......
File moved
......@@ -33,8 +33,8 @@
#include "scheduler/SchedulerDatabase.hpp"
#include "common/archiveNS/StorageClass.hpp"
#include "common/TapePool.hpp"
#include "XrdProFilesystem.hpp"
#include "XrdProFile.hpp"
#include "XrdCtaFilesystem.hpp"
#include "XrdCtaFile.hpp"
#include "XrdOuc/XrdOucString.hh"
#include "XrdSec/XrdSecEntity.hh"
#include "XrdVersion.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment