Ejemplo n.º 1
0
///
//  Self test of this class.
void QmlZprocAttached::test (bool verbose) {
    zproc_test (verbose);
};
JNIEXPORT void JNICALL
Java_org_zeromq_czmq_Zproc__1_1test (JNIEnv *env, jclass c, jboolean verbose)
{
    zproc_test ((bool) verbose);
}
Ejemplo n.º 3
0
///
//  Self test of this class.
void QZproc::test (bool verbose)
{
    zproc_test (verbose);

}