Changeset 32683

Show
Ignore:
Timestamp:
04/21/09 10:24:03 (4 years ago)
Author:
syo68k
Message:

引数名修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/trunk/Tween/MyCommon.vb

    r32682 r32683  
    132132    End Sub 
    133133 
    134     Public Sub TraceOut(ByVal Flag As Boolean, ByVal Message As String) 
     134    Public Sub TraceOut(ByVal OutputFlag As Boolean, ByVal Message As String) 
    135135        SyncLock LockObj 
    136             If Not Flag Then Exit Sub 
     136            If Not OutputFlag Then Exit Sub 
    137137            Dim now As DateTime = DateTime.Now 
    138138            Dim fileName As String = String.Format("TweenTrace-{0:0000}{1:00}{2:00}-{3:00}{4:00}{5:00}.log", now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second)