Added posix library to make files
[pwlib.git] / tools / plugintest / main.h
blob0486f20249ca6e57976b0caa2cb8c292a57d3a17
1 /*
2 * main.h
4 * PWLib application header file for PluginTest
6 * Copyright 2003 Equivalence
8 * $Log$
9 * Revision 1.2 2003/11/12 03:35:33 csoutheren
10 * Added sound device tests thanks to Derek
11 * Added listing of loading plugin types
13 * Revision 1.1.2.1 2003/10/07 01:52:39 csoutheren
14 * Test program for plugins
16 * Revision 1.1 2003/04/15 04:12:38 craigs
17 * Initial version
21 #ifndef _PluginTest_MAIN_H
22 #define _PluginTest_MAIN_H
27 class PluginTest : public PProcess
29 PCLASSINFO(PluginTest, PProcess)
31 public:
32 PluginTest();
33 void Main();
37 #endif // _PluginTest_MAIN_H
40 // End of File ///////////////////////////////////////////////////////////////