usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git] / src / preferences / virtualmemory / VirtualMemory.h
blob0d6b8d408a927be344c24531765e6d9e7c5a625b
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef VIRTUAL_MEMORY_H
6 #define VIRTUAL_MEMORY_H
9 #include <Application.h>
12 class VirtualMemory : public BApplication {
13 public:
14 VirtualMemory();
15 virtual ~VirtualMemory();
17 virtual void ReadyToRun();
18 virtual void AboutRequested();
21 #endif /* VIRTUAL_MEMORY_H */