Y2StorageCallbacksComponent.h

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

Generated on Thu Jul 6 00:40:25 2006 for yast2-storage by  doxygen 1.4.6