#ifndef __CD_ABSTRACT_H__ #define __CD_ABSTRACT_H__ #include "Handle.h" Handle * open_iso(const String &); #endif