to be filled. as discussed with ma
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 22 Jun 2006 14:12:00 +0000 (14:12 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 22 Jun 2006 14:12:00 +0000 (14:12 +0000)
zypp/source/SourceCreateContext.h [new file with mode: 0644]

diff --git a/zypp/source/SourceCreateContext.h b/zypp/source/SourceCreateContext.h
new file mode 100644 (file)
index 0000000..f51244e
--- /dev/null
@@ -0,0 +1,30 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file zypp/SourceCreateContext.h
+ *
+*/
+#ifndef ZYPP_SourceCreateContext_H
+#define ZYPP_SourceCreateContext_H
+
+///////////////////////////////////////////////////////////////////
+namespace zypp
+{ /////////////////////////////////////////////////////////////////
+namespace source
+{
+  
+  struct SourceCreateContext
+  {
+  
+  }  
+  
+}
+  /////////////////////////////////////////////////////////////////
+} // namespace zypp
+///////////////////////////////////////////////////////////////////
+#endif // ZYPP_SourceCreateContext_H