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

Y2PkgComponent.h

Go to the documentation of this file.
00001 
00002 #include <y2/Y2Namespace.h>
00003 #include <y2/Y2Component.h>
00004 
00005 class Y2PkgComponent : public Y2Component {
00006 public:
00007     virtual Y2Namespace *import (const char* name);
00008 
00009     virtual string name () const { return "Pkg";}
00010     
00011     static Y2PkgComponent* instance();
00012     
00013 private:
00014     static Y2PkgComponent* m_instance;
00015 };
00016 

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