Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Update.h

Go to the documentation of this file.
00001 #ifndef DEBTAGS_UPDATE_H
00002 #define DEBTAGS_UPDATE_H
00003 
00004 #pragma interface
00005 
00006 #include <tagcoll/Exception.h>
00007 #include <tagcoll/ParserBase.h>
00008 
00009 class pkgAcquireStatus;
00010 
00011 namespace DebtagsUpdate
00012 {
00013     void updateDebtagsDatabase() throw (ConsistencyCheckException);
00014     void updateDebtagsDatabase(pkgAcquireStatus* status) throw (ConsistencyCheckException);
00015 };
00016 
00017 // vim:set ts=4 sw=4:
00018 #endif

Generated on Sat Mar 19 11:30:22 2005 for libdebtags by  doxygen 1.4.1