#ifndef _KBID_H_ #define _KBID_H_ /** * This class is only needed for debugging purposes. All Kb... Classes are then derived * from KbId. Creation and Deletion will be logged, so memory leaks will be easy to find. * @author Jan Wuerthner * @version 0.95 * @short Id debugging class */ class KbId { public: KbId(); }; #endif