Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / pxml / main.h
bloba0f8d27bf66089341ca09db53244b52162c4d965
1 /*
2 * main.h
4 * PWLib application header file for PxmlTest
6 * Copyright 2002 David Iodice.
8 * $Log$
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)
25 public:
26 PxmlTest();
27 void Main();
30 #endif // _PxmlTest_MAIN_H
33 // End of File ///////////////////////////////////////////////////////////////