- new History Log, first version (fate #110205)
[platform/upstream/libzypp.git] / zypp / ZConfig.h
index 6045f13..a79709a 100644 (file)
@@ -139,12 +139,6 @@ namespace zypp
       Pathname knownServicesPath() const;
 
       /**
-       * Separator string for storing/reading sets of strings to/from
-       * metadata cache DB.
-       */
-      const std::string & cacheDBSplitJoinSeparator() const;
-
-      /**
        * Whether repository urls should be probed.
        / config option
        * repo.add.probe
@@ -220,7 +214,6 @@ namespace zypp
       */
       Pathname update_messagesPath() const;
 
-    public:
       /** \name Options for package installation */
       //@{
       /** The default \ref target::rpm::RpmInstFlags for \ref ZYppCommitPolicy.
@@ -232,6 +225,8 @@ namespace zypp
       target::rpm::RpmInstFlags rpmInstallFlags() const;
       //@}
 
+      Pathname historyLogFile() const;
+
     public:
       class Impl;
       /** Dtor */