added missing files
authorJiri Srain <jsrain@suse.cz>
Fri, 25 Nov 2005 07:05:09 +0000 (07:05 +0000)
committerJiri Srain <jsrain@suse.cz>
Fri, 25 Nov 2005 07:05:09 +0000 (07:05 +0000)
zypp/detail/MessageImplIf.cc [new file with mode: 0644]
zypp/detail/PatchImplIf.cc [new file with mode: 0644]
zypp/detail/ScriptImplIf.cc [new file with mode: 0644]

diff --git a/zypp/detail/MessageImplIf.cc b/zypp/detail/MessageImplIf.cc
new file mode 100644 (file)
index 0000000..ee8d76e
--- /dev/null
@@ -0,0 +1,34 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file      zypp/detail/MessageImplIf.cc
+ *
+*/
+#include "zypp/detail/MessageImplIf.h"
+
+///////////////////////////////////////////////////////////////////
+namespace zypp
+{ /////////////////////////////////////////////////////////////////
+  ///////////////////////////////////////////////////////////////////
+  namespace detail
+  { /////////////////////////////////////////////////////////////////
+
+    /////////////////////////////////////////////////////////////////
+    // Default implementation of MessageImplIf attributes,
+    // as far as resonable.
+    /////////////////////////////////////////////////////////////////
+
+      FSize MessageImplIf::size() const
+      { return ResObjectImplIf::size(); }
+
+    /////////////////////////////////////////////////////////////////
+  } // namespace detail
+  ///////////////////////////////////////////////////////////////////
+  /////////////////////////////////////////////////////////////////
+} // namespace zypp
+///////////////////////////////////////////////////////////////////
diff --git a/zypp/detail/PatchImplIf.cc b/zypp/detail/PatchImplIf.cc
new file mode 100644 (file)
index 0000000..75f6c2d
--- /dev/null
@@ -0,0 +1,34 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file      zypp/detail/PatchImplIf.cc
+ *
+*/
+#include "zypp/detail/PatchImplIf.h"
+
+///////////////////////////////////////////////////////////////////
+namespace zypp
+{ /////////////////////////////////////////////////////////////////
+  ///////////////////////////////////////////////////////////////////
+  namespace detail
+  { /////////////////////////////////////////////////////////////////
+
+    /////////////////////////////////////////////////////////////////
+    // Default implementation of PatchImplIf attributes,
+    // as far as resonable.
+    /////////////////////////////////////////////////////////////////
+
+      FSize PatchImplIf::size() const
+      { return ResObjectImplIf::size(); }
+
+    /////////////////////////////////////////////////////////////////
+  } // namespace detail
+  ///////////////////////////////////////////////////////////////////
+  /////////////////////////////////////////////////////////////////
+} // namespace zypp
+///////////////////////////////////////////////////////////////////
diff --git a/zypp/detail/ScriptImplIf.cc b/zypp/detail/ScriptImplIf.cc
new file mode 100644 (file)
index 0000000..dfa5671
--- /dev/null
@@ -0,0 +1,34 @@
+/*---------------------------------------------------------------------\
+|                          ____ _   __ __ ___                          |
+|                         |__  / \ / / . \ . \                         |
+|                           / / \ V /|  _/  _/                         |
+|                          / /__ | | | | | |                           |
+|                         /_____||_| |_| |_|                           |
+|                                                                      |
+\---------------------------------------------------------------------*/
+/** \file      zypp/detail/ScriptImplIf.cc
+ *
+*/
+#include "zypp/detail/ScriptImplIf.h"
+
+///////////////////////////////////////////////////////////////////
+namespace zypp
+{ /////////////////////////////////////////////////////////////////
+  ///////////////////////////////////////////////////////////////////
+  namespace detail
+  { /////////////////////////////////////////////////////////////////
+
+    /////////////////////////////////////////////////////////////////
+    // Default implementation of ScriptImplIf attributes,
+    // as far as resonable.
+    /////////////////////////////////////////////////////////////////
+
+      FSize ScriptImplIf::size() const
+      { return ResObjectImplIf::size(); }
+
+    /////////////////////////////////////////////////////////////////
+  } // namespace detail
+  ///////////////////////////////////////////////////////////////////
+  /////////////////////////////////////////////////////////////////
+} // namespace zypp
+///////////////////////////////////////////////////////////////////