move the ProcessResolvable out of the struct
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 16 Aug 2007 20:30:46 +0000 (20:30 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 16 Aug 2007 20:30:46 +0000 (20:30 +0000)
zypp/cache/ResolvableQuery.h

index acda5d6..3963e8f 100644 (file)
@@ -38,13 +38,6 @@ namespace zypp
   namespace cache
   { /////////////////////////////////////////////////////////////////
 
-   /**
-    * The resolvable query class allows you to query for resolvable
-    * data and properties from the cache.
-    */
-    struct ResolvableQuery
-    {
-    public:
      /**
       * Callback definition
       * first parameter is the resolvable id.
@@ -53,6 +46,13 @@ namespace zypp
       typedef function<bool( const data::RecordId &,
                              data::ResObject_Ptr )> ProcessResolvable;
 
+   /**
+    * The resolvable query class allows you to query for resolvable
+    * data and properties from the cache.
+    */
+    struct ResolvableQuery
+    {
+    public:
       /**
        * Constructor
        *