Skip to content
Snippets Groups Projects
Commit 0972c19e authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Code associated to the new diagram

parent 303cfd6d
Branches
Tags
No related merge requests found
......@@ -45,6 +45,8 @@ namespace castor {
OBJ_Client,
OBJ_Flag,
OBJ_StageInRequest,
OBJ_StageOutRequest,
OBJ_StageQryRequest,
OBJ_MessageAck,
OBJ_Cuuid,
OBJ_CastorFile,
......
......@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.7 $ $Release$ $Date: 2004/05/27 08:38:18 $ $Author: sponcec3 $
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.8 $ $Release$ $Date: 2004/05/28 08:37:53 $ $Author: sponcec3 $
#
# Make Castor libraries and executables
#
......@@ -110,6 +110,8 @@ STGLIB_SRCS = IAddressCInt.cpp \
io/StreamPtrCnv.cpp \
io/StreamSegmentCnv.cpp \
io/StreamStageInRequestCnv.cpp \
io/StreamStageOutRequestCnv.cpp \
io/StreamStageQryRequestCnv.cpp \
io/StreamTapeCnv.cpp \
io/StreamTapePoolCnv.cpp \
io/StreamTapeRequestCnv.cpp \
......@@ -125,6 +127,10 @@ STGLIB_SRCS = IAddressCInt.cpp \
rh/RequestCInt.cpp \
rh/StageInRequest.cpp \
rh/StageInRequestCInt.cpp \
rh/StageOutRequest.cpp \
rh/StageOutRequestCInt.cpp \
rh/StageQryRequest.cpp \
rh/StageQryRequestCInt.cpp \
stager/IStagerSvcCInt.cpp \
stager/CastorFile.cpp \
stager/CastorFileCInt.cpp \
......
......@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.4 $ $Release$ $Date: 2004/05/27 08:38:18 $ $Author: sponcec3 $
# @(#)$RCSfile: Imakefile,v $ $Revision: 1.5 $ $Release$ $Date: 2004/05/28 08:36:16 $ $Author: sponcec3 $
#
# Make Castor DB libraries
#
......@@ -54,6 +54,8 @@ ORALIB_SRCS = OraBaseCnv.cpp \
OraMessageAckCnv.cpp \
OraSegmentCnv.cpp \
OraStageInRequestCnv.cpp \
OraStageOutRequestCnv.cpp \
OraStageQryRequestCnv.cpp \
OraTapeCnv.cpp \
OraTapePoolCnv.cpp \
OraTapeRequestCnv.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment