object manager singleton now
This commit is contained in:
@ -36,7 +36,7 @@ void Factory::setStaticFrameworkObjectIds(){
|
||||
TmPacketBase::timeStamperId = objects::TIME_STAMPER;
|
||||
}
|
||||
|
||||
void ObjectFactory::produce(){
|
||||
void ObjectFactory::produce(void* args){
|
||||
Factory::setStaticFrameworkObjectIds();
|
||||
ObjectFactory::produceGenericObjects();
|
||||
|
||||
|
Reference in New Issue
Block a user