Merge commit 'remotes/trunk'
[amiethrift.git] / lib / csharp / src / TProcessor.cs
blob7567820c3bc1dce5beb3a33cb838014c4190bbaa
1 //
2 // TProcessor.cs
3 //
4 // Begin: Aug 19, 2007
5 // Authors:
6 // Todd Berman <tberman@imeem.com>
7 //
8 // Distributed under the Thrift Software License
9 //
10 // See accompanying file LICENSE or visit the Thrift site at:
11 // http://developers.facebook.com/thrift/using
13 using System;
14 using System.Collections.Generic;
15 using System.Text;
16 using Thrift.Protocol;
18 namespace Thrift
20 public interface TProcessor
22 bool Process(TProtocol iprot, TProtocol oprot);