shib-ccache.cpp:
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 29 Jan 2003 00:01:08 +0000 (00:01 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 29 Jan 2003 00:01:08 +0000 (00:01 +0000)
commitc984c61a93f83dec8728d0e058febbeeed669748
tree593163c2af1b3dd5885e24da2cdb7dceb03086dd
parent98c08e06581879b656b620857ed39d2bf5644025
shib-ccache.cpp:
  API changes.  Insert directly into the cache in one step; the
  cache creates the cache entry internally.  This improves some
  of the dependencies and cleans up the external interfaces.  It
  also removes a few extra (non-needed) functions.

shib-config.cpp:
  use new CCache API

shib-target.h:
  API Changes.  Clean up the external CCache/CCacheEntry API; remove
  external interdependencies.  Change 'insert' to a CCache method.

shibrpc-server.cpp:
  use new CCache/CCacheEntry API

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@250 cb58f699-b61c-0410-a6fe-9272a202ed29
shib-target/shib-ccache.cpp
shib-target/shib-config.cpp
shib-target/shib-target.h
shib-target/shibrpc-server.cpp