blob: eb25503d94d3f0768f05b5a17ac025e6ecd6b328 [file] [log] [blame]
// ------------------------------------------------------------------------------
// <auto-generated>
// Generated by avrogen.exe, version 0.9.0.0
// Changes to this file may cause incorrect behavior and will be lost if code
// is regenerated
// </auto-generated>
// ------------------------------------------------------------------------------
namespace org.apache.avro.test
{
using System;
using System.Collections.Generic;
using System.Text;
using Avro;
using Avro.Specific;
public abstract class MailCallback : Mail
{
public abstract void send(org.apache.avro.test.Message message, Avro.IO.ICallback<System.String> callback);
}
}