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

/* More on how to use this class at: 
 * http://forge.universaal.org/wiki/support:Developer_Handbook_5#Ontologies_in_universAAL */
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();

}