2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef VIRTUAL_MEMORY_H
6 #define VIRTUAL_MEMORY_H
9 #include <Application.h>
12 class VirtualMemory
: public BApplication
{
15 virtual ~VirtualMemory();
17 virtual void ReadyToRun();
18 virtual void AboutRequested();
21 #endif /* VIRTUAL_MEMORY_H */