Advertisement
adibdoub

Untitled

Jan 17th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. public class SAMOPBase extends ProtocolBase{
  2.     protected LoginSSLRequest loginSSLRequest;
  3.     protected LaunchPaymentRequest launchPaymentRequest;
  4.     protected LaunchPaymentsRequest launchPaymentsRequest;
  5.     protected AskPaymentsRequest askPaymentsRequest;
  6.  
  7.     public SAMOPBase(Socket serviceSocket) throws ProtocolException {
  8.         super(serviceSocket);
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement