r9538 - helma-ng/trunk/modules/helma
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090316141548.C9B4A3D0D6@mia> |
Author: hannes
Date: 2009-03-16 15:15:48 +0100 (Mon, 16 Mar 2009)
New Revision: 9538
Modified:
helma-ng/trunk/modules/helma/profiler.js
Log:
Update exported symbols.
Details at http://dev.helma.org/trac/helma/changeset/9538
Modified: helma-ng/trunk/modules/helma/profiler.js
===================================================================
--- helma-ng/trunk/modules/helma/profiler.js 2009-02-23 12:01:15 UTC (rev 9537)
+++ helma-ng/trunk/modules/helma/profiler.js 2009-03-16 14:15:48 UTC (rev 9538)
@@ -4,7 +4,7 @@
import('helma.logging');
import('helma.shell');
-export('enable', 'disable', 'reset', 'Profiler');
+export('onRequest', 'onResponse', 'onError', 'Profiler');
var system = helma.system;
var {write, writeln} = helma.shell;