/* Volume - emulation for the B+Tree torture test ** ** Initial version by Axel Dörfler, axeld@pinc-software.de ** This file may be used under the terms of the OpenBeOS License. */ #include "Volume.h" #include void Volume::Panic() { printf("PANIC!\n"); }