]>
git.saurik.com Git - apt-legacy.git/blob - apt-inst/database.cc
1 // -*- mode: cpp; mode: fold -*-
3 // $Id: database.cc,v 1.2 2001/02/20 07:03:16 jgg Exp $
4 /* ######################################################################
8 ##################################################################### */
10 // Include Files /*{{{*/
12 #pragma implementation "apt-pkg/database.h"
15 #include <apt-pkg/database.h>
18 // DataBase::GetMetaTmp - Get the temp dir /*{{{*/
19 // ---------------------------------------------------------------------
20 /* This re-initializes the meta temporary directory if it hasn't yet
21 been inited for this cycle. The flag is the emptyness of MetaDir */
22 bool pkgDataBase::GetMetaTmp(string
&Dir
)
24 if (MetaDir
.empty() == true)
25 if (InitMetaTmp(MetaDir
) == false)