From b00a91cc58364d73a33187de209b8df796fca507 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 28 Apr 2014 12:06:32 +0200 Subject: [PATCH] typedef SolvableQueue / StringQueue --- zypp/sat/Queue.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zypp/sat/Queue.h b/zypp/sat/Queue.h index af1d3a5..c8563b6 100644 --- a/zypp/sat/Queue.h +++ b/zypp/sat/Queue.h @@ -26,9 +26,14 @@ namespace zypp /////////////////////////////////////////////////////////////////// namespace sat { + class Queue; + typedef Queue SolvableQueue; ///< Queue with Solvable ids + typedef Queue StringQueue; ///< Queue with String ids + /////////////////////////////////////////////////////////////////// /// \class Queue /// \brief Libsolv Id queue wrapper. + /// \todo template value_type to work with IString and other Id based types /////////////////////////////////////////////////////////////////// class Queue { -- 2.7.4