Пример #1
0
 public RemoteDiskCache(
     mwg.mwgvfs.gvfs.GvfsOperation operation,
     mwg.mwgvfs.gvfs.IFsBasic basic, SshfsMessage message)
     : base(new FsBasic_RemoteFsOperation_Adapter(operation, basic, message), message)
 {
     this.InitCacheFile();
 }
Пример #2
0
 public FsBasic_RemoteFsOperation_Adapter(
     mwg.mwgvfs.gvfs.GvfsOperation operation,
     mwg.mwgvfs.gvfs.IFsBasic basic,
     SshfsMessage message
     )
 {
     this.operation = operation;
     this.basic     = basic;
     this.output    = message;
 }