1 2 3 4 5 6 7 8 9 10
#ifndef JAVA_BIND_H #define JAVA_BIND_H class JavaBind { public: JavaBind(); }; #endif // JAVA_BIND_H