Author: enrico
Date: 2007-07-02 08:25:33 +0000 (Mon, 02 Jul 2007)
New Revision: 3176

Modified:
   software/ui/src/Engine.h
Log:
Give access to the popcon data source

Modified: software/ui/src/Engine.h
===================================================================
--- software/ui/src/Engine.h    2007-07-02 06:07:20 UTC (rev 3175)
+++ software/ui/src/Engine.h    2007-07-02 08:25:33 UTC (rev 3176)
@@ -89,6 +89,9 @@
        /// Access the tag vocabulary
        ept::debtags::Vocabulary& voc() { return m_debtags.vocabulary(); }
 
+       /// Access the popcon data source
+       ept::popcon::Popcon& popcon() { return m_popcon; }
+
        /// Get the list of available game types
        const std::set<ept::debtags::Tag>& types()
        {


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to