Пример #1
0
 /// <exception cref="Db4objects.Db4o.Ext.Db4oIOException"></exception>
 public DelayingIoAdapter(IoAdapter delegateAdapter, string path, bool lockFile, long
                          initialLength, Delays delays) : this(delegateAdapter.Open(path, lockFile, initialLength
                                                                                    , false), delays)
 {
 }
Пример #2
0
 private LoggingIoAdapter(IoAdapter delegateAdapter, string path, bool lockFile, long
                          initialLength, string fileName, int config, TextWriter existingOut)
     : this(delegateAdapter.Open(path, lockFile
                                 , initialLength, false), fileName, config, existingOut)
 {
 }