factory_play_box_physics.h

Go to the documentation of this file.
00001 
00015 #ifndef _FACTORIES__FACTORY_PLAYBOX_PHYSICS_H_
00016 #define _FACTORIES__FACTORY_PLAYBOX_PHYSICS_H_
00017 
00018 #include <string>
00019 
00020 #include "../templates/factory.h"
00021 #include "../templates/singleton.h"
00022 #include "../play_box_physics.h"
00023 
00027 namespace Factories
00028 {
00032         typedef Templates::Singleton<
00033                 Templates::Factory<
00034                         // Type of a basic product
00035                         PlayBoxPhysics,
00036                         // Type of an object identifier
00037                         std::string
00038                 >
00039         > FactoryPlayBoxPhysics;
00040 
00041 }
00042 
00043 #endif

Generated on Sat Dec 20 19:21:24 2008 for PGR2008 by  doxygen 1.5.6