Define functions in namespace zypp
authorMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 22:36:11 +0000 (22:36 +0000)
committerMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 22:36:11 +0000 (22:36 +0000)
zypp/PoolQueryUtil.tcc

index 892cf36..487971f 100644 (file)
@@ -19,6 +19,9 @@
 #include "zypp/Pathname.h"
 #include "zypp/PoolQuery.h"
 
+namespace zypp
+{
+
   /**
    * sends to output iterator all queries readed from file.
    *
@@ -70,4 +73,5 @@
     fout.close();
   }
 
+}
 #endif // ZYPP_POOLQUERYUTIL_H