uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/sgderived.js
author Ken Ryall
Tue, 13 Apr 2010 15:27:45 -0600
changeset 1208 54c7e69fdb2c
parent 0 fb279309251b
permissions -rw-r--r--
Make EDC the default launcher for TRK launch configuration types.


function Derived() {
	Base.apply(this)
}

Derived.prototype = new Base()

Derived.prototype.act = function() {
	return "Derived-Act-"+form + "/" + this.shared()
}