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

Diff of /gcjwebplugin/src/gcjwebplugin.cc

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

revision 1.5 by fitzsim, Sun Oct 26 03:47:11 2003 UTC revision 1.6 by mkoch, Sat Nov 1 11:08:08 2003 UTC
# Line 42  exception statement from your version. * Line 42  exception statement from your version. *
42  #include <unistd.h>  #include <unistd.h>
43    
44  #include "config.h"  #include "config.h"
45    #include "pluginDebug.h"
46    
47  #define PLUGIN_NAME "GCJ web browser plug-in"  #define PLUGIN_NAME "GCJ web browser plug-in"
48  #define PLUGIN_DESC "The " PLUGIN_NAME \  #define PLUGIN_DESC "The " PLUGIN_NAME \
# Line 77  exception statement from your version. * Line 78  exception statement from your version. *
78    "application/x-java-bean;version=1.4.2:class,jar:GCJ;"           \    "application/x-java-bean;version=1.4.2:class,jar:GCJ;"           \
79    "application/x-java-bean;jpi-version=1.4.2_01:class,jar:GCJ;"    "application/x-java-bean;jpi-version=1.4.2_01:class,jar:GCJ;"
80    
 #define PLUGIN_DEBUG(arg)      g_printerr ("GCJ PLUGIN: %s",          arg)  
 #define PIPE_OUTPUT_DEBUG(arg) g_printerr ("  PIPE: plugin wrote %s\n", arg)  
 #define PIPE_INPUT_DEBUG(arg)  g_printerr ("  PIPE: plugin read %s\n",  arg)  
   
81  static NPNetscapeFuncs browserFunctions;  static NPNetscapeFuncs browserFunctions;
82    
83  static gint send_message_to_appletviewer (NPP instance, gchar *name, gchar *value);  static gint send_message_to_appletviewer (NPP instance, gchar *name, gchar *value);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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