#include "fromjava.h"Include dependency graph for fromjava.c:

Go to the source code of this file.
Functions | |
| void | SetFromJavaToON (void) |
| int | IsFromJava (void) |
Variables | |
| static int | bFromJava = FALSE |
| int IsFromJava | ( | void | ) |
Definition at line 14 of file fromjava.c.
References bFromJava.
Referenced by TerminateGUI().
00015 { 00016 return bFromJava; 00017 }
Here is the caller graph for this function:

| void SetFromJavaToON | ( | void | ) |
Definition at line 9 of file fromjava.c.
References bFromJava, int, and TRUE.
Referenced by Initialize().
Here is the caller graph for this function:

1.5.1