#include "copyright.h"#include "synchdisk.h"Go to the source code of this file.
Functions | |
| void | DiskRequestDone (int arg) |
|
|
Definition at line 27 of file synchdisk.cc. References SynchDisk::RequestDone. Referenced by SynchDisk::SynchDisk.
00028 {
00029 SynchDisk* disk1 = (SynchDisk *)arg;
00030
00031 disk1->RequestDone();
00032 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002