Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

PkgModuleCallbacks.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:       PkgModuleCallbacks.h
00014 
00015   Author:     Michael Andres <ma@suse.de>
00016   Maintainer: Michael Andres <ma@suse.de>
00017 
00018   Purpose: Handler for Callbacks from Y2PM to UI/WFM.
00019 
00020 /-*/
00021 #ifndef PkgModuleCallbacks_h
00022 #define PkgModuleCallbacks_h
00023 
00024 #include <iosfwd>
00025 
00026 #include <PkgModuleFunctions.h>
00027 
00029 //
00030 //      CLASS NAME : PkgModuleFunctions::CallbackHandler
00068 class PkgModuleFunctions::CallbackHandler {
00069   CallbackHandler & operator=( const CallbackHandler & );
00070   CallbackHandler            ( const CallbackHandler & );
00071 
00072   public:
00073 
00077     class YCPCallbacks;
00078     YCPCallbacks & _ycpCallbacks;
00079 
00083     class Y2PMReceive;
00084     Y2PMReceive & _y2pmReceive;
00085 
00086   public:
00087 
00092     CallbackHandler();
00093 
00097     ~CallbackHandler();
00098 };
00099 
00101 
00102 #endif // PkgModuleCallbacks_h

Generated on Fri Nov 9 18:15:22 2007 for yast2-core by doxygen 1.3.6