4 * PWLib application header file for emailtest
6 * Copyright (c) 2004 Post Increment
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
18 * The Original Code is Portable Windows Library.
20 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 * Contributor(s): ______________________________________.
25 * Revision 1.1 2004/08/11 07:39:05 csoutheren
30 #ifndef _Emailtest_MAIN_H
31 #define _Emailtest_MAIN_H
36 class Emailtest
: public PProcess
38 PCLASSINFO(Emailtest
, PProcess
)
46 #endif // _Emailtest_MAIN_H
49 // End of File ///////////////////////////////////////////////////////////////