BINDInstallDlg.h revision 4e6b8a18ff7dd22797970208060cca9f99f54daf
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington * Portions Copyright (C) 2001 Internet Software Consortium.
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews * Permission to use, copy, modify, and distribute this software for any
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews * purpose with or without fee is hereby granted, provided that the above
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews * copyright notice and this permission notice appear in all copies.
15a44745412679c30a6d022733925af70a38b715David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
15a44745412679c30a6d022733925af70a38b715David Lawrence * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
15a44745412679c30a6d022733925af70a38b715David Lawrence * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
15a44745412679c30a6d022733925af70a38b715David Lawrence * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15a44745412679c30a6d022733925af70a38b715David Lawrence * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
15a44745412679c30a6d022733925af70a38b715David Lawrence * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15a44745412679c30a6d022733925af70a38b715David Lawrence * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dcc7ea97174501f0409c0c919b3ca04083e4e1b8Andreas Gustafsson/* $Id: BINDInstallDlg.h,v 1.3 2001/07/31 00:03:14 gson Exp $ */
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews * Copyright (c) 1999-2000 by Nortel Networks Corporation
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence * Permission to use, copy, modify, and distribute this software for any
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * purpose with or without fee is hereby granted, provided that the above
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * copyright notice and this permission notice appear in all copies.
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND NORTEL NETWORKS DISCLAIMS
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
e43b9a20054cdda6946ab758e1c2005f2b25641aBrian Wellington * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NORTEL NETWORKS
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
8b61d2012063306528286680bd9f086fa868d86eMark Andrews * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
34ee961fa2f0f5f2ee3cff40fdb4d7d7b48b7728Mark Andrews * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
92ef1a9b9dbd48ecb507b42ac62c15afefdaf838David Lawrence CBINDInstallDlg(CWnd* pParent = NULL); // standard constructor
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews //{{AFX_DATA(CBINDInstallDlg)
b54630c4518a1a173fee3478f4bf51dff450b6dcMark Andrews // ClassWizard generated virtual function overrides
ca9739800f045cd4d39014f98b920d4354b5bd14Michael Graff //{{AFX_VIRTUAL(CBINDInstallDlg)
ca9739800f045cd4d39014f98b920d4354b5bd14Michael Graff virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
ca9739800f045cd4d39014f98b920d4354b5bd14Michael Graff //}}AFX_VIRTUAL
ca9739800f045cd4d39014f98b920d4354b5bd14Michael Graff void SetItemStatus(UINT nID, BOOL bSuccess = TRUE);
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews // Generated message map functions
0ad8ee89c532951a55b7de25317eeca2c3b2ed63Andreas Gustafsson //{{AFX_MSG(CBINDInstallDlg)