aboutsummaryrefslogtreecommitdiff
path: root/src/cachestorenids.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-01-16 04:03:57 +0000
committerMike Buland <eichlan@xagasoft.com>2009-01-16 04:03:57 +0000
commit0a43e790cf9798948ab989abe88f890813c935df (patch)
tree536715caf638e1619f3fc73e8e2f8a5022c1f02b /src/cachestorenids.h
parent0244488a3a6158659c4fcd1053f15d7f84fc06f8 (diff)
downloadlibbu++-0a43e790cf9798948ab989abe88f890813c935df.tar.gz
libbu++-0a43e790cf9798948ab989abe88f890813c935df.tar.bz2
libbu++-0a43e790cf9798948ab989abe88f890813c935df.tar.xz
libbu++-0a43e790cf9798948ab989abe88f890813c935df.zip
They keys can be accessed now for all stores that support it, they pretty much
all should, but they don't really haaave to.
Diffstat (limited to '')
-rw-r--r--src/cachestorenids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cachestorenids.h b/src/cachestorenids.h
index f488117..0d8ff64 100644
--- a/src/cachestorenids.h
+++ b/src/cachestorenids.h
@@ -85,7 +85,7 @@ namespace Bu
85 delete pObj; 85 delete pObj;
86 } 86 }
87 87
88 Bu::List<keytype> getKeys() 88 virtual Bu::List<keytype> getKeys()
89 { 89 {
90 return hId.getKeys(); 90 return hId.getKeys();
91 } 91 }