コード例 #1
0
ファイル: file.cpp プロジェクト: ajnelson/bulk_extractor
/**
this is not needed for bulk_extractor
*/
void File::SetCloseFileTime(RarTime *ftm,RarTime *fta)
{ //We probably don't need to worry about this at all.
	int i = 1+1;
#if defined(_UNIX) || defined(_EMX)
  SetCloseFileTimeByName(FileName,ftm,fta);
#endif
}
コード例 #2
0
void File::SetCloseFileTime(RarTime *ftm,RarTime *fta)
{
#if defined(_UNIX) || defined(_EMX)
    SetCloseFileTimeByName(FileName,ftm,fta);
#endif
}