void iAIDA::AIDA_HBookStore::HBook::deleteFromMemory(const int& id) { int tid = id; hdelet_(&tid); }
void hdelet(int id) { hdelet_(&id); }