added preliminary commit function for target
[platform/upstream/libzypp.git] / zypp / target / TargetImpl.h
index ee63bbb..3167ce8 100644 (file)
@@ -60,6 +60,10 @@ namespace zypp
       /** All resolvables in the target. */
       const ResStore & resolvables();
 
+      /** Comomit changes in the pool */
+#warning Add support for multiple medias - eg. limit only to CD1
+      void commit(ResPool & pool_r);
+
       /** Overload to realize stream output. */
       virtual std::ostream & dumpOn( std::ostream & str ) const
       { return str << "TargetImpl"; }