XMLMessageImpl.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_STORE_XMLMESSAGEIMPL_H
00013 #define ZYPP_STORE_XMLMESSAGEIMPL_H
00014 
00015 #include "zypp/detail/MessageImplIf.h"
00016 
00018 namespace zypp
00019 { 
00020 
00021   namespace storage
00022   { 
00023 
00025     //
00026     //  CLASS NAME : XMLMessageImpl
00027     //
00029     struct XMLMessageImpl : public zypp::detail::MessageImplIf
00030     {
00031     
00033       XMLMessageImpl();
00035       virtual ~XMLMessageImpl();
00036 
00038       virtual TranslatedText text() const;
00039     
00041       TranslatedText _text;
00042     };
00044 
00046   } // namespace storage
00049 } // namespace zypp
00051 #endif // ZYPP_DETAIL_MESSAGEIMPL_H

Generated on Thu May 4 16:03:30 2006 for zypp by  doxygen 1.4.6