Skip to content
Snippets Groups Projects
Commit 036fcf48 authored by Steven Murray's avatar Steven Murray
Browse files

Added the VO class

parent f20c81e1
Branches
Tags
No related merge requests found
......@@ -54,7 +54,8 @@ set (MIDDLE_TIER_LIB_SRC_FILES
cta/UserIdentity.cpp
cta/UserRequest.cpp
cta/Utils.cpp
cta/Vfs.cpp)
cta/Vfs.cpp
cta/VO.cpp)
add_library (ctamiddletier SHARED
${MIDDLE_TIER_LIB_SRC_FILES})
......
#pragma once
#include "cta/ConfigurationItem.hpp"
#include "cta/UserIdentity.hpp"
#include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment