]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspsystem.cc
just-in-time creation for (explicit) negative deps
[apt.git] / apt-pkg / edsp / edspsystem.cc
index 063517421fa13b6415f223eaae0072bb270f6a74..4fb34b8963b7f1b21a9f4cca748b8c73b7aef0a2 100644 (file)
 #include <apti18n.h>
                                                                        /*}}}*/
 
-// System::debSystem - Constructor                                     /*{{{*/
-edspSystem::edspSystem()
+// System::edspSystem - Constructor                                    /*{{{*/
+edspSystem::edspSystem() : pkgSystem("Debian APT solver interface", &debVS), d(NULL), StatusFile(NULL)
 {
-   StatusFile = 0;
-
-   Label = "Debian APT solver interface";
-   VS = &debVS;
 }
                                                                        /*}}}*/
 // System::~debSystem - Destructor                                     /*{{{*/