Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / stunclient / main.h
blobd63fbf02faeff2b721157637176d24824e2acfd2
1 /*
2 * main.h
4 * PWLib application header file for stunclient
6 * Copyright (c) 2003 Equivalence Pty. Ltd.
8 * The contents of this file are subject to the Mozilla Public License
9 * Version 1.0 (the "License"); you may not use this file except in
10 * compliance with the License. You may obtain a copy of the License at
11 * http://www.mozilla.org/MPL/
13 * Software distributed under the License is distributed on an "AS IS"
14 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
15 * the License for the specific language governing rights and limitations
16 * under the License.
18 * The Original Code is Portable Windows Library.
20 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 * Contributor(s): ______________________________________.
24 * $Log$
25 * Revision 1.2 2006/06/21 03:28:43 csoutheren
26 * Various cleanups thanks for Frederic Heem
28 * Revision 1.1 2003/02/04 03:31:04 robertj
29 * Added STUN
33 #ifndef _StunClient_MAIN_H
34 #define _StunClient_MAIN_H
36 #include <ptlib/pprocess.h>
38 class StunClient : public PProcess
40 PCLASSINFO(StunClient, PProcess)
42 public:
43 StunClient();
44 virtual void Main();
48 #endif // _StunClient_MAIN_H
51 // End of File ///////////////////////////////////////////////////////////////