Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GfxShowerListCfg.cxx

Go to the documentation of this file.
00001 #include "GfxShowerListCfg.h"
00002 
00003 #include <Registry/Registry.h>
00004 
00005 GfxShowerListCfg::GfxShowerListCfg(Registry* initial_config)
00006 {
00007     if (initial_config)
00008         this->CommitDefaultConfig(*initial_config);
00009     else {
00010         Registry r;
00011         this->CommitDefaultConfig(r);
00012     }
00013 }
00014 
00015 GfxShowerListCfg::~GfxShowerListCfg() 
00016 {
00017 }
00018 

Generated on Mon Feb 15 11:06:46 2010 for loon by  doxygen 1.3.9.1