4 * PWLib application header file for PxmlTest
6 * Copyright 2002 David Iodice.
9 * Revision 1.1 2002/03/07 01:56:56 robertj
10 * Added XML sample/test program.
14 #ifndef _PxmlTest_MAIN_H
15 #define _PxmlTest_MAIN_H
18 #include <ptclib/pxml.h>
21 class PxmlTest
: public PProcess
23 PCLASSINFO(PxmlTest
, PProcess
)
30 #endif // _PxmlTest_MAIN_H
33 // End of File ///////////////////////////////////////////////////////////////