Esempio n. 1
0
/**
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
}
Esempio n. 2
0
void File::SetCloseFileTime(RarTime *ftm,RarTime *fta)
{
#if defined(_UNIX) || defined(_EMX)
    SetCloseFileTimeByName(FileName,ftm,fta);
#endif
}