Source_Ref YUMMessageImpl::source() const
{ return _source; }
+ /** Patch the message belongs to - if any */
+ Patch::constPtr YUMMessageImpl::patch() const
+ { return _patch; }
} // namespace yum
/////////////////////////////////////////////////////////////////
virtual Label instSrcLabel() const;
/** */
virtual Vendor instSrcVendor() const;
+ /** Patch the message belongs to - if any */
+ Patch::constPtr patch() const;
protected:
TranslatedText _text;
private:
Source_Ref _source;
+ Patch::constPtr _patch;
public:
Source_Ref source() const;
+ friend class YUMSourceImpl;
};
///////////////////////////////////////////////////////////////////
} // namespace yum