doc and include
authorMichael Andres <ma@suse.de>
Thu, 20 Nov 2008 14:46:08 +0000 (14:46 +0000)
committerMichael Andres <ma@suse.de>
Thu, 20 Nov 2008 14:46:08 +0000 (14:46 +0000)
zypp/repo/DeltaCandidates.cc
zypp/repo/PackageDelta.cc
zypp/sat/SolvAttr.h
zypp/sat/detail/PoolMember.h

index 9c29231..6794c9c 100644 (file)
@@ -15,6 +15,7 @@ extern "C"
 #include "zypp/base/Logger.h"
 #include "zypp/Repository.h"
 #include "zypp/repo/DeltaCandidates.h"
+#include "zypp/sat/Pool.h"
 
 
 using std::endl;
index ddbed20..e605b9d 100644 (file)
@@ -18,6 +18,7 @@ extern "C"
 #include "zypp/base/LogTools.h"
 
 #include "zypp/repo/PackageDelta.h"
+#include "zypp/sat/Pool.h"
 
 
 using std::endl;
index 5821eaa..093b023 100644 (file)
@@ -6,11 +6,11 @@
 |                         /_____||_| |_| |_|                           |
 |                                                                      |
 \---------------------------------------------------------------------*/
-/** \file      zypp/SolvAttr.h
+/** \file      zypp/sat/SolvAttr.h
  *
 */
-#ifndef ZYPP_SolvAttr_H
-#define ZYPP_SolvAttr_H
+#ifndef ZYPP_SAT_SOLVATTR_H
+#define ZYPP_SAT_SOLVATTR_H
 
 #include <iosfwd>
 #include <string>
@@ -176,4 +176,4 @@ namespace sat
 } // namespace sat
 } // namespace zypp
 ///////////////////////////////////////////////////////////////////
-#endif // ZYPP_SolvAttr_H
+#endif // ZYPP_sat_SolvAttr_H
index 1a1d4b7..0cd0fdc 100644 (file)
@@ -97,9 +97,9 @@ namespace zypp
       */
       typedef unsigned SolvableIdType;
       typedef SolvableIdType size_type;
-     /** Id to denote \ref Solvable::noSolvable. */
+      /** Id to denote \ref Solvable::noSolvable. */
       static const SolvableIdType noSolvableId( 0 );
-     /** Id to denote the usually hidden \ref Solvable::systemSolvable. */
+      /** Id to denote the usually hidden \ref Solvable::systemSolvable. */
       static const SolvableIdType systemSolvableId( 1 );
 
       /** Id type to connect \ref Repo and sat-repo. */