javauis/m3g_qt/src/jni/interface.inl
branchGCC_SURGE
changeset 40 c6043ea9b06a
parent 21 2a9601315dfc
parent 35 85266cc22c7f
child 55 d93ef1df440d
equal deleted inserted replaced
38:854be117f6a5 40:c6043ea9b06a
    20 /*!
    20 /*!
    21  * \brief Error handler for the Java interface
    21  * \brief Error handler for the Java interface
    22  *
    22  *
    23  * Converts M3G errors to exceptions and throws them automatically.
    23  * Converts M3G errors to exceptions and throws them automatically.
    24  */
    24  */
    25 static void errorHandler(M3Genum errorCode, M3GInterface m3g)
    25 static void errorHandler(M3Genum errorCode, M3GInterface /*m3g*/)
    26 {
    26 {
    27     CSynchronization::InstanceL()->SetErrorCode(errorCode);
    27     CSynchronization::InstanceL()->SetErrorCode(errorCode);
    28 }
    28 }
    29 
    29 
    30 /*
    30 /*