uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgbase.js
author dadubrow
Thu, 07 Jan 2010 11:03:57 -0600
changeset 752 a0609ea7401a
parent 0 fb279309251b
permissions -rw-r--r--
add sys trk checking for usb only and use with reconciler


function Base() {

}

Base.prototype = new Object()

Base.prototype.shared = function() {
	return "Base-Shared-"+form;
}

Base.prototype.act = function() {
	return "Base-Act-"+form;
}