예제 #1
0
파일: QmlZproc.cpp 프로젝트: diorcety/czmq
///
//  Starts the process.
int QmlZproc::run () {
    return zproc_run (self);
};
예제 #2
0
파일: qzproc.cpp 프로젝트: evoskuil/czmq
///
//  Starts the process.
int QZproc::run ()
{
    int rv = zproc_run (self);
    return rv;
}