From bcb9e66505eecf44659ae11d9dc5d7bda5f85066 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 10 Feb 2006 15:25:22 +0000 Subject: [PATCH] moved typedefs inside namespace --- zypp/source/susetags/PackagesParser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zypp/source/susetags/PackagesParser.h b/zypp/source/susetags/PackagesParser.h index c38431949..07bd3062d 100644 --- a/zypp/source/susetags/PackagesParser.h +++ b/zypp/source/susetags/PackagesParser.h @@ -22,9 +22,6 @@ #include "zypp/source/susetags/SuseTagsImpl.h" #include "zypp/source/susetags/SuseTagsPackageImpl.h" -typedef zypp::shared_ptr PkgImplPtr; -typedef std::map PkgContent; - /////////////////////////////////////////////////////////////////// namespace zypp { ///////////////////////////////////////////////////////////////// @@ -35,6 +32,9 @@ namespace zypp namespace susetags { ///////////////////////////////////////////////////////////////// + typedef shared_ptr PkgImplPtr; + typedef std::map PkgContent; + /** \deprecated Just temporary. * \throws ParseException and others. */ -- 2.34.1