Mercurial > ecos-v2_0-branch
diff host/tools/testtool/win32/PlatformsDialog.h @ 82:6736c52df507 ecos-sw-2000-04-14
Merge from eCos master repository on 2000-04-14-13:35:46-BST
| author | jlarmour |
|---|---|
| date | Tue, 18 Apr 2000 21:51:55 +0000 |
| parents | 435cced73e2f |
| children |
line wrap: on
line diff
--- a/host/tools/testtool/win32/PlatformsDialog.h +++ b/host/tools/testtool/win32/PlatformsDialog.h @@ -42,10 +42,10 @@ class CPlatformsDialog : public CeCosDia // Construction static const LPCTSTR arpszTypes[]; public: - CeCosTest::TargetInfo *Platform (int i) { return (CeCosTest::TargetInfo *)m_arTargetInfo[i]; } + CeCosTestPlatform *Platform (int i) { return (CeCosTestPlatform *)m_arTargetInfo[i]; } unsigned int PlatformCount() const { return m_arTargetInfo.GetSize(); } CPlatformsDialog(CWnd* pParent = NULL); // standard constructor - void Add(const CeCosTest::TargetInfo &ti); + void Add(const CeCosTestPlatform &ti); // Dialog Data //{{AFX_DATA(CPlatformsDialog)
