Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
02c95c1
)
THRIFT-2434 Missing namespace import for php TMultiplexedProcessor implementation
author
Jens Geyer
<jensg@apache.org>
Tue, 1 Apr 2014 19:24:27 +0000
(21:24 +0200)
committer
Jens Geyer
<jensg@apache.org>
Tue, 1 Apr 2014 19:24:27 +0000
(21:24 +0200)
Patch: Mauro Maggi
lib/php/lib/Thrift/TMultiplexedProcessor.php
patch
|
blob
|
history
diff --git
a/lib/php/lib/Thrift/TMultiplexedProcessor.php
b/lib/php/lib/Thrift/TMultiplexedProcessor.php
index
9146ab6
..
c62e325
100644
(file)
--- a/
lib/php/lib/Thrift/TMultiplexedProcessor.php
+++ b/
lib/php/lib/Thrift/TMultiplexedProcessor.php
@@
-22,6
+22,7
@@
namespace Thrift;
+use Thrift\Exception\TException;
use Thrift\Protocol\TProtocol;
use Thrift\Protocol\TMultiplexedProtocol;
use Thrift\Protocol\TProtocolDecorator;