CVS commit by mornfall: More cleaning up the house. Remove PkgManager::CommitFlags (old remnant, not used anymore) and libkapture/kaptureconfig* (whee, where this comes from, graveyard?).
M +2 -13 libcapture/pkgmanager.h 1.25 R libkapture/kaptureconfig.cpp 1.1 R libkapture/kaptureconfig.h 1.2 R libkapture/kaptureconfigbase.kcfgc 1.1 --- kdenonbeta/kdedebian/kapture/libcapture/pkgmanager.h #1.24:1.25 @@ -52,5 +52,5 @@ namespace capture { }; - /* class Watcher {{{ */ + // class Watcher - inherit to watch cache changes {{{ class Watcher { public: @@ -63,5 +63,5 @@ namespace capture { }; /* }}} */ - /* class CSWatcher {{{ */ + // class CSWatcher - Cache Status Watcher {{{ class CSWatcher { public: @@ -71,15 +71,4 @@ namespace capture { }; /* }}} */ - /* enum CommitFlags {{{ */ - enum CommitFlags { - NoDownload = 0x01, - DownloadOnly = 0x02, - FixMissing = 0x04, - NoRemove = 0x08, - NoLocking = 0x10, - Download = 0x20, - Purge = 0x40 - }; - /* }}} */ /* class CommitStatus {{{ */ class CommitStatus {