*** empty log message ***

svn path=/trunk/boinc/; revision=2971
This commit is contained in:
David Anderson 2004-02-06 01:25:55 +00:00
parent 99e411a1d7
commit b1fccca9b3
2 changed files with 3 additions and 6 deletions

View File

@ -9854,6 +9854,9 @@ David Feb 5 2004
David Feb 5 2004
- skip over <file_xfer> elements while parsing <file_info>
(they're there for the benefit of GUI RPC)
- removed old TRACEs from Win code
client/
client_types.C
win/
wingui_mainwindow.cpp

View File

@ -47,8 +47,6 @@ CMainWindow* g_myWnd = NULL;
// otherwise shows the currently running window
BOOL CMyApp::InitInstance()
{
TRACE(TEXT("starting\n"));
HANDLE h = CreateMutex(NULL, true, RUN_MUTEX);
if ((h==0)|| GetLastError() == ERROR_ALREADY_EXISTS) {
TRACE(TEXT("couldn't create mutex; h=%x, e=%d\n"), h, GetLastError());
@ -68,7 +66,6 @@ BOOL CMyApp::InitInstance()
UINT nStartSaver = RegisterWindowMessage(START_SS_MSG);
((CMainWindow*)m_pMainWnd)->SendMessage(nStartSaver, 0);
}
TRACE(TEXT("returning from initInstance\n"));
return TRUE;
}
@ -1195,7 +1192,6 @@ void CMainWindow::PostNcDestroy()
// function: handles any messages not handled by the window previously
LRESULT CMainWindow::DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)
{
TRACE(TEXT("message %d\n"), message);
if(m_nShowMsg == message) {
ShowWindow(SW_SHOW);
SetForegroundWindow();
@ -2161,9 +2157,7 @@ void CMainWindow::OnTimer(UINT uEventID)
KillTimer(m_nGuiTimerID);
// update state and gui
TRACE(TEXT("calling do_something\n"));
while(gstate.do_something());
TRACE(TEXT("return from do_something\n"));
NetCheck(); // check if network connection can be terminated
if (gstate.user_run_request == USER_RUN_REQUEST_NEVER) {
// user suspended - don't bother checking idle