RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

FacStudyStatManager.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_FAC_FACSTUDYSTATMANAGER_HPP
00002 #define __RMOL_FAC_FACSTUDYSTATMANAGER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // RMOL 
00008 #include <rmol/factory/FacBomAbstract.hpp>
00009 
00010 namespace RMOL {
00011 
00013   class FacStudyStatManager : public FacBomAbstract {
00014   public:
00018     static FacStudyStatManager& instance();
00019     
00023     virtual ~FacStudyStatManager();
00024     
00028     StudyStatManager& create ();
00029     
00030   protected:
00034     FacStudyStatManager () {}
00035     
00036   private:
00038     static FacStudyStatManager* _instance;
00039   };
00040   
00041 }
00042 #endif // __RMOL_FAC_FACSTUDYSTATMANAGER_HPP
SourceForge Logo

Generated on Sat Aug 13 2011 11:59:20 for RMOL by Doxygen 1.7.1