/* * cleanUp.hpp * * Created on: Oct 28, 2011 * Author: heber */ #ifndef CLEANUP_HPP_ #define CLEANUP_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif void AddStaticEntitiestoIgnoreList(); void cleanUp(); void dumpMemory(); void purgeStaticInstances(); int saveAll(); #ifdef HAVE_ACTION_THREAD void stopQueue(); void waitQueue(); #endif #endif /* CLEANUP_HPP_ */