summaryrefslogtreecommitdiff
path: root/lib/delphi/src/Thrift.pas
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2013-09-25 21:12:21 +0200
committerJens Geyer <jensg@apache.org>2013-09-25 21:12:21 +0200
commit01640408045af154883bb420aa4e589195af7d12 (patch)
treeb75665eec7420d5a361b4f23dd6e5ea6ed4df4f7 /lib/delphi/src/Thrift.pas
parent83767a72cd94c0bcc89d350bc551227f41669479 (diff)
downloadthrift-01640408045af154883bb420aa4e589195af7d12.tar.gz
THRIFT-2195 Delphi: Add event handlers for server and processing events
Patch: Jens Geyer
Diffstat (limited to 'lib/delphi/src/Thrift.pas')
-rw-r--r--lib/delphi/src/Thrift.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas
index 44f12d783..f4b47edcd 100644
--- a/lib/delphi/src/Thrift.pas
+++ b/lib/delphi/src/Thrift.pas
@@ -28,11 +28,6 @@ const
Version = '1.0.0-dev';
type
- IProcessor = interface
- ['{B1538A07-6CAC-4406-8A4C-AFED07C70A89}']
- function Process( const iprot :IProtocol; const oprot: IProtocol): Boolean;
- end;
-
TApplicationException = class( SysUtils.Exception )
public
type