cleanup in progress
authorJan Pospíšil <honik@ntc.zcu.cz>
Thu, 7 Jun 2007 14:16:32 +0000 (14:16 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Thu, 7 Jun 2007 14:16:32 +0000 (14:16 +0000)
commitfbdf8e062a132ef888911095d891d90e7672e693
treee8e83eb785283b94845cdaa322968fab73b0f30a
parenta47aef2494ab2c93c9030f94d30a08354081912a
cleanup in progress
- contents of purge.h, dump.h, load.h moved to
common/query_rec.h and new client/query.h
- definition of edg_wll_NotifChangeOp moved from
client/notification.h to common/notif_rec.h
16 files changed:
org.glite.lb.client/Makefile
org.glite.lb.client/interface/dump.h [deleted file]
org.glite.lb.client/interface/load.h [deleted file]
org.glite.lb.client/interface/notification.h
org.glite.lb.client/interface/purge.h [deleted file]
org.glite.lb.client/interface/query.h [new file with mode: 0644]
org.glite.lb.client/src/dump.c
org.glite.lb.client/src/load.c
org.glite.lb.client/src/purge.c
org.glite.lb.common/Makefile
org.glite.lb.common/interface/notif_rec.h [new file with mode: 0644]
org.glite.lb.common/interface/query_rec.h
org.glite.lb.common/interface/xml_conversions.h
org.glite.lb.common/interface/xml_parse.h
org.glite.lb.common/src/xml_conversions.c
org.glite.lb.common/src/xml_parse.c.T