BcPOC
SF-HRP ASM implementation
D:/bcatch/bcpoc_src/bcpoc/src/sfhrp/SFHRP/sf_hrp_factory.hpp
Go to the documentation of this file.
00001 
00010 #ifndef _SF_HRP_FACTORY_H_
00011 #define _SF_HRP_FACTORY_H_
00012 
00013 #include <stdexcept>
00014 #include <string>
00015 #include <map>
00016 
00017 //TODO remove
00018 #include <iostream>
00019 
00020 #include "sf_hrp_asm.hpp"
00021 #include "inspector_holder.hpp"
00022 class IInspector;
00023 
00029 class CSFHRPFactory {
00030 public:
00031 
00035         static CSFHRPASM* CreateASM(std::string, IEngineDescriptor*, IInspector*);
00036 
00037 };
00038 
00039 
00040 #endif //_SF_HRP_FACTORY_H_