mirror of https://github.com/BOINC/boinc.git
- VBOX: It helps to remove the older send msg routines. Oooops.
samples/vboxwrapper vboxwrapper.cpp svn path=/trunk/boinc/; revision=25042
This commit is contained in:
parent
ce4650ecbb
commit
97bdbee73e
|
@ -458,3 +458,9 @@ Rom 13 Jan 2012
|
||||||
boinc_api.cpp, .h
|
boinc_api.cpp, .h
|
||||||
samples/vboxwrapper
|
samples/vboxwrapper
|
||||||
vboxwrapper.cpp
|
vboxwrapper.cpp
|
||||||
|
|
||||||
|
Rom 13 Jan 2012
|
||||||
|
- VBOX: It helps to remove the older send msg routines. Oooops.
|
||||||
|
|
||||||
|
samples/vboxwrapper
|
||||||
|
vboxwrapper.cpp
|
||||||
|
|
|
@ -234,8 +234,6 @@ void set_port_forwarding_info(APP_INIT_DATA& /* aid */, VBOX_VM& vm) {
|
||||||
);
|
);
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
sprintf(buf, "http://localhost:%d", vm.pf_host_port);
|
|
||||||
boinc_web_graphics_url(buf);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -259,8 +257,6 @@ void set_remote_desktop_info(APP_INIT_DATA& /* aid */, VBOX_VM& vm) {
|
||||||
);
|
);
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
sprintf(buf, "localhost:%d", vm.rd_host_port);
|
|
||||||
boinc_remote_desktop_connection(buf);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue