r3176 - software/ui/src

Enrico Zini enrico at alioth.debian.org
Mon Jul 2 08:25:33 UTC 2007


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()
 	{




More information about the Pkg-games-commits mailing list