ResPool is a reference already
authorStanislav Visnovsky <visnov@suse.cz>
Mon, 30 Jan 2006 08:33:11 +0000 (08:33 +0000)
committerStanislav Visnovsky <visnov@suse.cz>
Mon, 30 Jan 2006 08:33:11 +0000 (08:33 +0000)
zypp/Target.cc
zypp/Target.h
zypp/target/TargetImpl.cc
zypp/target/TargetImpl.h

index c0f6e51..3402bfd 100644 (file)
@@ -70,7 +70,7 @@ namespace zypp
   target::rpm::RpmDb & Target::rpmDb()
   { return _pimpl->rpm(); }
 
-  void Target::commit(ResPool pool_r)
+  void Target::commit(ResPool pool_r)
   { return _pimpl->commit(pool_r); }
 
   std::ostream & Target::dumpOn( std::ostream & str ) const
index 45d6686..c0c65e9 100644 (file)
@@ -54,7 +54,7 @@ namespace zypp
     /** Refference to the RPM database */
     target::rpm::RpmDb & rpmDb();
     /** Comomit changes in the pool */
-    void commit(ResPool pool_r);
+    void commit(ResPool pool_r);
 
   public:
     /** Ctor */
index 2b4be7d..c7e2246 100644 (file)
@@ -76,7 +76,7 @@ namespace zypp
       return _store;
     }
 
-    void TargetImpl::commit(ResPool pool_r)
+    void TargetImpl::commit(ResPool pool_r)
     {
 #warning FIXME this orderding doesn't honor the dependencies
       vector<ResObject::constPtr> to_uninstall;
index 3167ce8..ff85ca1 100644 (file)
@@ -62,7 +62,7 @@ namespace zypp
 
       /** Comomit changes in the pool */
 #warning Add support for multiple medias - eg. limit only to CD1
-      void commit(ResPool pool_r);
+      void commit(ResPool pool_r);
 
       /** Overload to realize stream output. */
       virtual std::ostream & dumpOn( std::ostream & str ) const