[cpp-sp COMMIT] /branches/REL_2/memcache-store/memcache-store.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 12 21:12:31 BST 2011
Author: scantor
Date: Wed Oct 12 21:12:30 2011
New Revision: 3529
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3529&view=rev
Log:
Forgot to override getCapabilities.
Modified:
branches/REL_2/memcache-store/memcache-store.cpp
Modified: branches/REL_2/memcache-store/memcache-store.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/memcache-store/memcache-store.cpp?rev=3529&r1=3528&r2=3529&view=diff
==============================================================================
--- branches/REL_2/memcache-store/memcache-store.cpp (original)
+++ branches/REL_2/memcache-store/memcache-store.cpp Wed Oct 12 21:12:30 2011
@@ -129,6 +129,10 @@
MemcacheStorageService(const DOMElement* e);
~MemcacheStorageService();
+ const Capabilities& getCapabilities() const {
+ return m_caps;
+ }
+
bool createString(const char* context, const char* key, const char* value, time_t expiration);
int readString(const char* context, const char* key, string* pvalue=nullptr, time_t* pexpiration=nullptr, int version=0);
int updateString(const char* context, const char* key, const char* value=nullptr, time_t expiration=0, int version=0);
More information about the commits
mailing list