]> git.saurik.com Git - apt.git/commitdiff
add some more dpointer placeholders
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 8 Jun 2011 10:27:57 +0000 (12:27 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 8 Jun 2011 10:27:57 +0000 (12:27 +0200)
apt-pkg/edsp/edspindexfile.h
apt-pkg/edsp/edspsystem.h

index 87c06557cb5d13d10a925666dfba15f1ecfac03b..0053388eb8d790a227d0cc80108fdf992dd6f2ea 100644 (file)
@@ -13,6 +13,9 @@
 
 class edspIndex : public debStatusIndex
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    public:
 
    virtual const Type *GetType() const;
index bc5be61d11061759778b3402cd0ff6f8f917b013..ca703fa84824d74e050c58def8420fa932b82d57 100644 (file)
@@ -15,6 +15,9 @@
 class edspIndex;
 class edspSystem : public pkgSystem
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    edspIndex *StatusFile;
 
    public: