OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [win32/] [eCosPropertyPage.cpp] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
// ####ECOSHOSTGPLCOPYRIGHTBEGIN####                                        
2
// -------------------------------------------                              
3
// This file is part of the eCos host tools.                                
4
// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.            
5
//
6
// This program is free software; you can redistribute it and/or modify     
7
// it under the terms of the GNU General Public License as published by     
8
// the Free Software Foundation; either version 2 or (at your option) any   
9
// later version.                                                           
10
//
11
// This program is distributed in the hope that it will be useful, but      
12
// WITHOUT ANY WARRANTY; without even the implied warranty of               
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
14
// General Public License for more details.                                 
15
//
16
// You should have received a copy of the GNU General Public License        
17
// along with this program; if not, write to the                            
18
// Free Software Foundation, Inc., 51 Franklin Street,                      
19
// Fifth Floor, Boston, MA  02110-1301, USA.                                
20
// -------------------------------------------                              
21
// ####ECOSHOSTGPLCOPYRIGHTEND####                                          
22
// eCosPropertyPage.cpp : implementation file
23
//
24
 
25
#include "stdafx.h"
26
#include "eCosPropertyPage.h"
27
 
28
#ifdef _DEBUG
29
#define new DEBUG_NEW
30
#undef THIS_FILE
31
static char THIS_FILE[] = __FILE__;
32
#endif
33
 
34
/////////////////////////////////////////////////////////////////////////////
35
// CeCosPropertyPage dialog
36
IMPLEMENT_DYNCREATE(CeCosPropertyPage, CCSHPropertyPage)
37
/*
38
CeCosPropertyPage::CeCosPropertyPage(UINT id,CWnd* pParent )
39
        : CCSHPropertyPage(id, pParent)
40
{
41
        //{{AFX_DATA_INIT(CeCosPropertyPage)
42
                // NOTE: the ClassWizard will add member initialization here
43
        //}}AFX_DATA_INIT
44
}
45
*/
46
 
47
void CeCosPropertyPage::DoDataExchange(CDataExchange* pDX)
48
{
49
        CCSHPropertyPage::DoDataExchange(pDX);
50
        //{{AFX_DATA_MAP(CeCosPropertyPage)
51
                // NOTE: the ClassWizard will add DDX and DDV calls here
52
        //}}AFX_DATA_MAP
53
}
54
 
55
 
56
BEGIN_MESSAGE_MAP(CeCosPropertyPage, CCSHPropertyPage)
57
        //{{AFX_MSG_MAP(CeCosPropertyPage)
58
        //}}AFX_MSG_MAP
59
END_MESSAGE_MAP()
60
 
61
/////////////////////////////////////////////////////////////////////////////
62
// CeCosPropertyPage message handlers
63
 
64
CString CeCosPropertyPage::CSHFile() const
65
{
66
  return CeCosDialog::CSHFile((UINT)m_lpszTemplateName);
67
}
68
 
69
UINT CeCosPropertyPage::HelpID (DWORD dwCtrlID) const
70
{
71
  return CeCosDialog::HelpID((int)m_lpszTemplateName,dwCtrlID);
72
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.