rename Notes to Steps

This commit is contained in:
Chris Danford
2003-08-03 00:13:55 +00:00
parent 579c975638
commit bf02bfddf4
69 changed files with 269 additions and 258 deletions
+3 -3
View File
@@ -177,7 +177,7 @@ CString NotesWriterDWI::OptimizeDWIString( CString holds, CString taps )
return ssprintf( "<%s>", ret.c_str() );
}
void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Notes &out, int start )
void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Steps &out, int start )
{
NoteData notedata;
out.GetNoteData( &notedata );
@@ -293,9 +293,9 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Notes &out, int start )
}
}
bool NotesWriterDWI::WriteDWINotesTag( FILE* fp, const Notes &out )
bool NotesWriterDWI::WriteDWINotesTag( FILE* fp, const Steps &out )
{
LOG->Trace( "Notes::WriteDWINotesTag" );
LOG->Trace( "Steps::WriteDWINotesTag" );
switch( out.m_NotesType )
{