00001 #include "RunTimesFactory.h" 00002 00003 namespace 00004 { 00005 void instanciate() 00006 { 00007 RunTimesFactory::instance(); 00008 } 00009 }