Ejemplo n.º 1
0
 public virtual void DefragIndexEntry(DefragmentContextImpl context)
 {
     try
     {
         Read1(context.SourceBuffer());
         Read1(context.TargetBuffer());
     }
     catch (CorruptionException)
     {
         Exceptions4.VirtualException();
     }
 }
Ejemplo n.º 2
0
 /// <param name="candidate"></param>
 internal virtual bool Evaluate(QCandidate candidate)
 {
     throw Exceptions4.VirtualException();
 }
Ejemplo n.º 3
0
 public override void ReadBytes(byte[] bytes, int address, int addressOffset, int
                                length)
 {
     throw Exceptions4.VirtualException();
 }