diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-05-13 20:25:01 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-05-13 20:25:01 -0700 |
commit | dbccc316eabe236dd52844a8f3acad52c79f07cd (patch) | |
tree | d9d2e25c64d9c1788beb8b453447f069fee94fe9 /src/loggers.h | |
parent | 0f99c8d7d931e5716c4fda4ccef9accd8609cdf7 (diff) | |
download | aptitude-dbccc316eabe236dd52844a8f3acad52c79f07cd.tar.gz |
Write a fully functional alternate initialization path.
This will be the foundation for the new top-level harness code.
Eventually the old code will go away, but I don't want to disrupt it
while I'm working on the new stuff.
To activate the new code, pass --new-gui on the command-line.
Diffstat (limited to 'src/loggers.h')
-rw-r--r-- | src/loggers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/loggers.h b/src/loggers.h index a8724507..8ae07949 100644 --- a/src/loggers.h +++ b/src/loggers.h @@ -153,6 +153,12 @@ namespace aptitude */ static logging::LoggerPtr getAptitudeGtkChangelogParse(); + /** \brief The logger for the module of globals. + * + * Name: aptitude.gtk.globals + */ + static logging::LoggerPtr getAptitudeGtkGlobals(); + /** \brief The logger for the GTK+ main window. * * Name: aptitude.gtk.mainwindow |