summaryrefslogtreecommitdiffstats
path: root/client/utils.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-08 15:35:12 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-23 14:43:20 +0100
commit7537acd630e8973c92bb769b56d78836372b30c2 (patch)
tree6d18e55ac863551f38af04c7d1d5c6921b5a39ec /client/utils.h
parent79d8c5c6a48e3b10d93d67dfd777b626dadafab9 (diff)
downloadspice-7537acd630e8973c92bb769b56d78836372b30c2.tar.gz
spice-7537acd630e8973c92bb769b56d78836372b30c2.tar.xz
spice-7537acd630e8973c92bb769b56d78836372b30c2.zip
Add optional templated base class to Cache and SharedCache
We want this for integration with C-style classes.
Diffstat (limited to 'client/utils.h')
-rw-r--r--client/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/utils.h b/client/utils.h
index 9a29cfbc..6ed3eea2 100644
--- a/client/utils.h
+++ b/client/utils.h
@@ -149,5 +149,8 @@ private:
T* _array;
};
+class EmptyBase {
+};
+
#endif