Qt IOC Container 3.5


XmlApplicationContextImpl.h

Go to the documentation of this file.
00001 
00002 #ifndef QIC_XML_APPLICATION_CONTEXT_IMPL_H_
00003 #define QIC_XML_APPLICATION_CONTEXT_IMPL_H_
00004 
00005 #include <QString>
00006 #include <QObject>
00007 
00008 #include "DefaultApplicationContext.h"
00009 
00010 namespace qic
00011 {
00012 
00018   class XmlApplicationContextImpl : public DefaultApplicationContext
00019   {
00020   public:
00024     XmlApplicationContextImpl (QStringList & files);
00025 
00026     virtual ~XmlApplicationContextImpl ();
00027 
00028   }
00029   ; // class XmlApplicationContextImpl
00030 
00031 }
00032 ; // namespace qic
00033 
00034 #endif