~random-stuff/supermodel/supermodel-trunk

« back to all changes in this revision

Viewing changes to Src/Debugger/IO.cpp

  • Committer: dukeeeey
  • Date: 2018-01-21 15:09:11 UTC
  • Revision ID: svn-v4:48849e4c-6218-0410-9df5-a815ca0b3254:trunk:705
Remove using namespace std from the header files ..

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                return cWatch;
71
71
        }
72
72
 
73
 
        CMatchWatch *CIO::AddMatchWatch(bool trigInput, bool trigOutput, vector<UINT64> &dataSeq)
 
73
        CMatchWatch *CIO::AddMatchWatch(bool trigInput, bool trigOutput, std::vector<UINT64> &dataSeq)
74
74
        {
75
75
                CMatchWatch *mWatch = new CMatchWatch(cpu, this, trigInput, trigOutput, dataSeq);
76
76
                cpu->AddWatch(mWatch);