/[classpath]/classpath/native/jni/qt-peer/qtpanelpeer.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qtpanelpeer.cpp

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Sep 10 15:32:04 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    #include <assert.h>
39  #include <qwidget.h>  #include <qwidget.h>
40  #include <gnu_java_awt_peer_qt_QtPanelPeer.h>  #include <gnu_java_awt_peer_qt_QtPanelPeer.h>
41  #include "qtcomponent.h"  #include "qtcomponent.h"
# Line 55  public: Line 56  public:
56    
57  #define I_KNOW_WHAT_IM_DOING  #define I_KNOW_WHAT_IM_DOING
58  #define PARENT QWidget  #define PARENT QWidget
59  #include "eventmethods.cpp"  #include "eventmethods.h"
60  #undef I_KNOW_WHAT_IM_DOING  #undef I_KNOW_WHAT_IM_DOING
61  #undef PARENT  #undef PARENT
62  };  };
63    
64    /**
65     * Init
66     */
67  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtPanelPeer_init  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtPanelPeer_init
68  (JNIEnv *env, jobject obj)  (JNIEnv *env, jobject obj)
69  {  {

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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