Created stub

cusax-fix
Emil Ivov 20 years ago
parent 189a5b7cb9
commit 0714b16587

@ -0,0 +1,20 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.service.protocol;
/**
* @todo desribe
*
* @author Emil Ivov
*/
public class AuthorizationRequest
{
public AuthorizationRequest()
{
super();
}
}

@ -0,0 +1,20 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.service.protocol;
/**
* @todo describe
*
* @author Emil Ivov
*/
public class AuthorizationResponse
{
public AuthorizationResponse()
{
super();
}
}
Loading…
Cancel
Save