compile
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 6 Jun 2007 14:55:38 +0000 (14:55 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 6 Jun 2007 14:55:38 +0000 (14:55 +0000)
zypp/RepoInfo.cc
zypp/RepoInfo.h

index a26bbb8..1121c7e 100644 (file)
@@ -12,7 +12,7 @@
 #include <iostream>
 #include "zypp/base/Logger.h"
 
-#include "zypp2/RepoInfo.h"
+#include "zypp/RepoInfo.h"
 
 using namespace std;
 using namespace boost;
@@ -185,5 +185,5 @@ namespace zypp
   }
   
   /////////////////////////////////////////////////////////////////
-} // namespace zypp2
+} // namespace zypp
 ///////////////////////////////////////////////////////////////////
index b1a7b27..a333c9a 100644 (file)
@@ -6,7 +6,7 @@
 |                         /_____||_| |_| |_|                           |
 |                                                                      |
 \---------------------------------------------------------------------*/
-/** \file      zypp2/RepoInfo.h
+/** \file      zypp/RepoInfo.h
  *
 */
 #ifndef ZYPP2_REPOSITORYINFO_H
@@ -20,7 +20,7 @@
 #include <boost/logic/tribool.hpp>
 #include "zypp/Pathname.h"
 #include "zypp/Url.h"
-#include "zypp2/repo/RepoType.h"
+#include "zypp/repo/RepoType.h"
 
 
 ///////////////////////////////////////////////////////////////////
@@ -194,6 +194,6 @@ namespace zypp
   typedef std::list<RepoInfo> RepoInfoList;
   
   /////////////////////////////////////////////////////////////////
-} // namespace zypp2
+} // namespace zypp
 ///////////////////////////////////////////////////////////////////
 #endif // ZYPP2_REPOSITORYINFO_H