]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPConnection.cpp
removed caching
[openldap] / contrib / ldapc++ / src / LDAPConnection.cpp
index 71165ea8529232f0a8619952cd2db75bfb226511..821f2ec03c73a34a1e4f0ea19174365494d5d26e 100644 (file)
@@ -334,26 +334,3 @@ void LDAPConnection::setConstraints(LDAPConstraints* cons){
 const LDAPConstraints* LDAPConnection::getConstraints() const{
     return LDAPAsynConnection::getConstraints();
 }
-
-int LDAPConnection::enableCache(long timeout, long maxmem) {
-    return LDAPAsynConnection::enableCache(timeout, maxmem);
-}
-
-
-void LDAPConnection::disableCache() {
-    LDAPAsynConnection::disableCache();
-}
-
-bool LDAPConnection::getCacheEnabled() { 
-    return LDAPAsynConnection::getCacheEnabled();
-}
-
-void LDAPConnection::uncache_entry(string &dn) {
-    LDAPAsynConnection::uncache_entry(dn);
-}
-
-void LDAPConnection::flush_cache()
-{
-    LDAPAsynConnection::flush_cache();
-}
-