Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / aggtest / main.h
blobfcef065d4aa68e3b3fefe97951c60a2c3ef44f4e
1 /*
2 * main.h
4 * PWLib application header file for aggregator test
6 * Copyright (C) 2005 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
16 * under the License.
18 * The Original Code is Portable Windows Library.
20 * The Initial Developer of the Original Code is Post Increment
22 * Contributor(s): ______________________________________.
24 * $Log$
25 * Revision 1.1 2005/12/22 03:55:52 csoutheren
26 * Added initial version of socket aggregation classes
30 #ifndef _Emailtest_MAIN_H
31 #define _Emailtest_MAIN_H
36 class AggTest : public PProcess
38 PCLASSINFO(AggTest, PProcess)
40 public:
41 AggTest();
42 virtual void Main();
46 #endif // _AggTest_MAIN_H
49 // End of File ///////////////////////////////////////////////////////////////