Skip to content
Snippets Groups Projects
SCalleeProvidedService.java 420 B
Newer Older
Alvaro Fides's avatar
Alvaro Fides committed
/*TAG:PACKAGE*/

/* More on how to use this class at: 
 * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callees_and_Service_Profiles */
Alvaro Fides's avatar
Alvaro Fides committed
import org.universAAL.middleware.service.owls.profile.ServiceProfile;
import java.util.Hashtable;

public class /*TAG:CLASSNAME*/ {

	public static ServiceProfile[] profiles;
	private static Hashtable serverLevelRestrictions = new Hashtable();

}