예제 #1
0
파일: QmlZproc.cpp 프로젝트: diorcety/czmq
///
//  Setup the environment variables for the process.
void QmlZproc::setEnv (QmlZhashx *args) {
    zproc_set_env (self, args->self);
};
예제 #2
0
///
//  Setup the environment variables for the process.
void QmlZproc::setEnv (QmlZhash *arguments) {
    zproc_set_env (self, &arguments->self);
};