/[H6]/ResultDialog.cpp
ViewVC logotype

Diff of /ResultDialog.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by torben, Sun Sep 3 09:19:06 2006 UTC revision 32 by torben, Sun Sep 3 15:31:13 2006 UTC
# Line 1  Line 1 
1  // ResultDialog.cpp : implementation file  /*
2  //   * Developed by Torben H. Nielsen
3     */
4    
5  #include "stdafx.h"  #include "stdafx.h"
6  #include "h6-udlånssystem.h"  #include "h6-udlånssystem.h"
# Line 61  void ResultDialog::OnSetFocus(CWnd* pOld Line 62  void ResultDialog::OnSetFocus(CWnd* pOld
62  void ResultDialog::LoadResults(void)  void ResultDialog::LoadResults(void)
63  {  {
64          CListCtrl *list = (CListCtrl *) GetDlgItem(IDC_LIST);          CListCtrl *list = (CListCtrl *) GetDlgItem(IDC_LIST);
65          EquipmentVector result = CommonStorage::Instance()->getSearchResult();          vector<Equipment> result = CommonStorage::Instance()->getSearchResult();
66    
67          CString count;          CString count;
68          count.Format("Found %d items", result.size());          count.Format("Found %d items", result.size());

Legend:
Removed from v.30  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.20