Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / Target.h
index 5d42b6e..10f1119 100644 (file)
@@ -78,6 +78,9 @@ namespace zypp
      */
     void unload();
 
+    /** Null implementation */
+    static Target_Ptr nullimpl();
+
     /** Refference to the RPM database */
     target::rpm::RpmDb & rpmDb();
 
@@ -220,6 +223,8 @@ namespace zypp
 
     /** Pointer to implementation */
     RW_pointer<Impl,rw_pointer::Intrusive<Impl> > _pimpl;
+
+    static Target_Ptr _nullimpl;
   };
   ///////////////////////////////////////////////////////////////////