Fixes build.

cusax-fix
Damian Minkov 15 years ago
parent 544b7d3d8d
commit 66beecfcc4

@ -130,14 +130,14 @@ public void clear()
* @return <tt>true</tt> if we have processed and no further processing is
* needed, <tt>false</tt> otherwise.
*/
boolean followCallCheck(
AbstractCall<CallPeer, ProtocolProviderServiceJabberImpl> call)
boolean followCallCheck(AbstractCall call)
{
if(!answerUnconditional)
return false;
// we are here cause we satisfy the conditional,
// or unconditional is true
@SuppressWarnings("unchecked")
Iterator<? extends CallPeer> peers = call.getCallPeers();
while (peers.hasNext())

Loading…
Cancel
Save