Пример #1
0
 @Override
 public void setFileInformation(SrvSession sess, TreeConnection tree, String name, FileInfo info)
     throws IOException {
   diskInterface.setFileInformation(sess, tree, name, info);
 }