50 for (PersistentBomFactoryPool_T::const_iterator itFactory = _persistentBomPool.begin();
51 itFactory != _persistentBomPool.end(); itFactory++) {
53 assert (currentFactory_ptr != NULL);
55 delete (currentFactory_ptr); currentFactory_ptr = NULL;
58 _persistentBomPool.clear();