|
|
От: |
Hawk
|
|
| Дата: | 11.04.07 10:07 | ||
| Оценка: | |||
V>//Archiv.h=========================
V>#include "Device.h"
V>class Archiv
V>{
V> //подключаем соответствующий класс носителя
V> #ifdef RAMSTOR
V> #include "RamStor.h"
V> RamStor Store;
V> #endif
V> #ifdef RAMSTOR -> FSTOR
V> #include "FStor.h"
V> FStor Store;
V> #endif
V> int Open(char);
V>};