added blank onRequest()

This commit is contained in:
stefanp 2002-09-23 12:22:13 +00:00
parent 38ec696cf2
commit d3837363e9
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/** /**
* construct an application object so that we can use * construct an application object so that we can use
* skins for non-active applications too * skins for non-active applications too
@ -8,6 +9,12 @@ function constructor(name) {
} }
/**
* of no use, just to avoid error message
*/
function onRequest () {
}
/** /**
* return true/false to determine if application is running * return true/false to determine if application is running

View file

@ -1,4 +1,10 @@
/**
* of no use, just to avoid error message
*/
function onRequest () {
}
/** /**
* lists all applications in appdir. * lists all applications in appdir.
* for active apps use this.getApplications() = helma.main.Server.getApplications() * for active apps use this.getApplications() = helma.main.Server.getApplications()