/[gcjwebplugin]/gcjwebplugin/src/GCJPluginFactory.cc
ViewVC logotype

Diff of /gcjwebplugin/src/GCJPluginFactory.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mkoch, Sun Jul 13 20:18:38 2003 UTC revision 1.9 by mkoch, Mon Jul 14 15:36:39 2003 UTC
# Line 41  exception statement from your version. * Line 41  exception statement from your version. *
41  #include "GCJPluginInstance.h"  #include "GCJPluginInstance.h"
42  #include "GCJSecureEnv.h"  #include "GCJSecureEnv.h"
43  #include "config.h"  #include "config.h"
44    #include "pluginDebug.h"
 #define DEBUG(output) printf (output);  
 #define DEBUG2(output, arg) printf (output, arg);  
45    
46  #define PLUGIN_NAME "GCJ Java(tm) OJI plugin"  #define PLUGIN_NAME "GCJ Java(tm) OJI plugin"
47  //#define PLUGIN_DESC "Java(tm) plugin for Mozilla and compatible browsers"  //#define PLUGIN_DESC "Java(tm) plugin for Mozilla and compatible browsers"
# Line 93  GCJPluginFactory::GCJPluginFactory () Line 91  GCJPluginFactory::GCJPluginFactory ()
91    DEBUG ("GCJPluginFactory::GCJPluginFactory\n");    DEBUG ("GCJPluginFactory::GCJPluginFactory\n");
92    
93    m_classpath = getenv ("CLASSPATH");    m_classpath = getenv ("CLASSPATH");
   
   DEBUG ("GCJPluginFactory::GCJPluginFactory - end\n");  
94  }  }
95    
96  GCJPluginFactory::~GCJPluginFactory ()  GCJPluginFactory::~GCJPluginFactory ()

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26