win compile fixes

svn path=/trunk/boinc/; revision=19975
This commit is contained in:
David Anderson 2009-12-18 22:20:14 +00:00
parent 2d3fd52679
commit e162b88769
4 changed files with 25 additions and 2 deletions

View File

@ -2296,6 +2296,7 @@ static int parse_notices(MIOFILE& fin, vector<NOTICE>& notices) {
}
}
}
return 0;
}
int RPC_CLIENT::get_notices(int seqno, vector<NOTICE>& notices) {
@ -2307,7 +2308,8 @@ int RPC_CLIENT::get_notices(int seqno, vector<NOTICE>& notices) {
sprintf(buf,
"<get_notices>\n"
" <seqno>%d</seqno>\n"
"</get_notices>\n"
"</get_notices>\n",
seqno
);
retval = rpc.do_rpc(buf);
if (retval) return retval;
@ -2323,7 +2325,8 @@ int RPC_CLIENT::get_notices_public(int seqno, vector<NOTICE>& notices) {
sprintf(buf,
"<get_notices_public>\n"
" <seqno>%d</seqno>\n"
"</get_notices_public>\n"
"</get_notices_public>\n",
seqno
);
retval = rpc.do_rpc(buf);
if (retval) return retval;

View File

@ -1074,6 +1074,10 @@
RelativePath="..\Client\cs_files.cpp"
>
</File>
<File
RelativePath="..\client\cs_notice.cpp"
>
</File>
<File
RelativePath="..\client\cs_platforms.cpp"
>
@ -1243,6 +1247,10 @@
RelativePath="..\client\cpu_benchmark.h"
>
</File>
<File
RelativePath="..\client\cs_notice.h"
>
</File>
<File
RelativePath="..\client\cs_proxy.h"
>

View File

@ -1352,6 +1352,10 @@
RelativePath="..\lib\network.h"
>
</File>
<File
RelativePath="..\lib\notice.cpp"
>
</File>
<File
RelativePath="..\lib\parse.cpp"
>

View File

@ -691,6 +691,10 @@
RelativePath="..\lib\network.h"
>
</File>
<File
RelativePath="..\lib\notice.h"
>
</File>
<File
RelativePath="..\lib\parse.h"
>
@ -1163,6 +1167,10 @@
RelativePath="..\lib\network.cpp"
>
</File>
<File
RelativePath="..\lib\notice.cpp"
>
</File>
<File
RelativePath="..\lib\parse.cpp"
>