1 2 3 4 5 6 7 8
#ifndef __CD_ABSTRACT_H__ #define __CD_ABSTRACT_H__ #include "Handle.h" Handle * open_iso(const String &); #endif