ViewFactory.cxx
Go to the documentation of this file.
1 
12 #include "ViewFactory.h"
13 
14 namespace hippodraw {
15 
16 ViewFactory * ViewFactory::m_instance = 0;
17 
19 {
20  m_instance = this;
21 }
22 
24 {
25  return m_instance;
26 }
27 
28 } // namespace hippodraw

Generated for HippoDraw Class Library by doxygen