backup
authorMichael Andres <ma@suse.de>
Fri, 7 Nov 2008 22:55:21 +0000 (22:55 +0000)
committerMichael Andres <ma@suse.de>
Fri, 7 Nov 2008 22:55:21 +0000 (22:55 +0000)
devel/devel.ma/Test.cc

index f79f1b8..cd11d52 100644 (file)
@@ -20,8 +20,10 @@ int main( int argc, char * argv[] )
   {
     Patch::constPtr p( (*it)->asKind<Patch>() );
     MIL << p << endl;
-    Patch::Contents contents( p->contents() );
-    DBG << contents << endl;
+    for_( i, p->referencesBegin(), p->referencesEnd() )
+    {
+      DBG << i.href() << endl;
+    }
   }