ViewFactory.cxx

Go to the documentation of this file.
00001 
00012 #include "ViewFactory.h"
00013 
00014 namespace hippodraw {
00015 
00016 ViewFactory * ViewFactory::m_instance = 0;
00017 
00018 ViewFactory::ViewFactory ( )
00019 {
00020   m_instance = this;
00021 }
00022 
00023 ViewFactory * ViewFactory::instance()
00024 {
00025   return m_instance;
00026 }
00027 
00028 } // namespace hippodraw

Generated for HippoDraw Class Library by doxygen