- 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:
Rom Walton 2012-01-13 15:56:40 +00:00
parent ce4650ecbb
commit 97bdbee73e
2 changed files with 6 additions and 4 deletions

View File

@ -458,3 +458,9 @@ Rom 13 Jan 2012
boinc_api.cpp, .h
samples/vboxwrapper
vboxwrapper.cpp
Rom 13 Jan 2012
- VBOX: It helps to remove the older send msg routines. Oooops.
samples/vboxwrapper
vboxwrapper.cpp

View File

@ -234,8 +234,6 @@ void set_port_forwarding_info(APP_INIT_DATA& /* aid */, VBOX_VM& vm) {
);
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);
sprintf(buf, "localhost:%d", vm.rd_host_port);
boinc_remote_desktop_connection(buf);
}
}