Moved large chunk of code from header to source file.
[opal/cbnco.git] / samples / opalgw / custom.h
blobb88deb98270ea53011e777de3b4a902953c21033
1 /*
2 * custom.h
4 * PWLib application header file for OPAL Gateway
6 * Customisable application configurationfor OEMs.
8 * Copyright (c) 2003 Equivalence Pty. Ltd.
10 * The contents of this file are subject to the Mozilla Public License
11 * Version 1.0 (the "License"); you may not use this file except in
12 * compliance with the License. You may obtain a copy of the License at
13 * http://www.mozilla.org/MPL/
15 * Software distributed under the License is distributed on an "AS IS"
16 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17 * the License for the specific language governing rights and limitations
18 * under the License.
20 * The Original Code is Portable Windows Library.
22 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 * Contributor(s): ______________________________________.
26 * $Log$
27 * Revision 1.1 2003/03/26 02:49:00 robertj
28 * Added service/daemon sample application.
32 #include <ptclib/httpsvc.h>
34 enum {
35 SkName, SkCompany, SkEMail,
36 NumSecuredKeys
40 extern PHTTPServiceProcess::Info ProductInfo;
43 // End of File ///////////////////////////////////////////////////////////////