00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #include "zypp/detail/PatchImplIf.h" 00013 00015 namespace zypp 00016 { 00017 00018 namespace detail 00019 { 00020 00022 // Default implementation of PatchImplIf attributes, 00023 // as far as resonable. 00025 00026 ByteCount PatchImplIf::size() const 00027 { return ResObjectImplIf::size(); } 00028 00030 } // namespace detail 00033 } // namespace zypp