Changeset: 316 fdbozzo - 22/06/2014 00:17:04:

- Normalización de propiedad n_ClassTimeStamp
This commit is contained in:
fdbozzo
2014-06-22 00:17:52 +02:00
parent 12b9e39653
commit ce720bc033

View File

@@ -501,7 +501,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
l_PropSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias l_PropSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias
l_ReportSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias l_ReportSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias
n_ExtraBackupLevels = 1 n_ExtraBackupLevels = 1
nClassTimeStamp = '' n_ClassTimeStamp = 0
o_Conversor = NULL o_Conversor = NULL
o_Frm_Avance = NULL o_Frm_Avance = NULL
o_FSO = NULL o_FSO = NULL
@@ -1985,7 +1985,7 @@ DEFINE CLASS c_conversor_base AS SESSION
c_InputFile = '' c_InputFile = ''
c_OutputFile = '' c_OutputFile = ''
lFileMode = .F. lFileMode = .F.
nClassTimeStamp = '' n_ClassTimeStamp = 0
n_FB2PRG_Version = 1.0 n_FB2PRG_Version = 1.0
c_Foxbin2prg_FullPath = '' c_Foxbin2prg_FullPath = ''
c_Type = '' c_Type = ''
@@ -2396,7 +2396,7 @@ DEFINE CLASS c_conversor_base AS SESSION
EXIT EXIT
ENDIF ENDIF
tnTimeStamp = THIS.nClassTimeStamp tnTimeStamp = THIS.n_ClassTimeStamp
IF EMPTY(tnTimeStamp) IF EMPTY(tnTimeStamp)
EXIT EXIT