- not built -

add GetService() member
This commit is contained in:
rginda%netscape.com 2001-04-25 21:55:20 +00:00
parent 6597a26d94
commit c6126f91b8

View File

@ -355,6 +355,8 @@ class jsdService : public jsdIDebuggerService
jsdService();
virtual ~jsdService() { }
static jsdService *GetService ();
private:
PRBool mOn;
PRUint32 mNestedLoopLevel;