Redesigned target around URL->application mapping
[shibboleth/sp.git] / shib-mysql-ccache / shib-mysql-ccache.cpp
index f05dd56..13fd3af 100644 (file)
@@ -61,9 +61,9 @@ public:
   ShibMySQLCCacheEntry(const char *, CCacheEntry*, ShibMySQLCCache*);
   ~ShibMySQLCCacheEntry() {}
 
-  virtual Iterator<SAMLAssertion*> getAssertions(Resource& resource)
+  virtual Iterator<SAMLAssertion*> getAssertions(const char* resource)
        { return m_cacheEntry->getAssertions(resource); }
-  virtual void preFetch(Resource& resource, int prefetch_window)
+  virtual void preFetch(const char* resource, int prefetch_window)
        { m_cacheEntry->preFetch(resource, prefetch_window); }
   virtual bool isSessionValid(time_t lifetime, time_t timeout);
   virtual const char* getClientAddress()