예제 #1
0
 ~CInFileStreamVol()
 {
   int index = OpenCallbackImp->FindName(Name);
   if (index >= 0)
     OpenCallbackImp->FileNames.Delete(index);
 }