2f0eac53a97037ee18478b5aedc479b498ed6702Tinderbox User * Portions Copyright (C) 2001, 2004, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
479b80d4d706be399fd8974e941d9a0edb4259efMark Andrews/* $Id: BINDInstallDlg.h,v 1.11 2009/09/01 06:51:47 marka Exp $ */
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * Copyright (c) 1999-2000 by Nortel Networks Corporation
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * Permission to use, copy, modify, and distribute this software for any
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * purpose with or without fee is hereby granted, provided that the above
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * copyright notice and this permission notice appear in all copies.
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * THE SOFTWARE IS PROVIDED "AS IS" AND NORTEL NETWORKS DISCLAIMS
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NORTEL NETWORKS
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer CBINDInstallDlg(CWnd* pParent = NULL); // standard constructor
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer //{{AFX_DATA(CBINDInstallDlg)
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer //}}AFX_DATA
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer // ClassWizard generated virtual function overrides
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer //{{AFX_VIRTUAL(CBINDInstallDlg)
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer //}}AFX_VIRTUAL
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer void SetItemStatus(UINT nID, BOOL bSuccess = TRUE);
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer // Generated message map functions
01c7700793e3db356c774e7e7d2bf80456db1014Danny Mayer //{{AFX_MSG(CBINDInstallDlg)