Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@19849 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									b52e4abeba
								
							
						
					
					
						commit
						244eb1cf44
					
				@ -314,6 +314,8 @@ wxString TLurchServer::StartProcess(const wxString& strApp)
 | 
				
			|||||||
        pProcess->ForcePid(nProc);
 | 
					        pProcess->ForcePid(nProc);
 | 
				
			||||||
        m_ProcMap[strApp] = pProcess;   //memorizza il numero del processo che ha lanciato per poterlo usare in fase di controllo
 | 
					        m_ProcMap[strApp] = pProcess;   //memorizza il numero del processo che ha lanciato per poterlo usare in fase di controllo
 | 
				
			||||||
			  strMessage = wxEmptyString;
 | 
								  strMessage = wxEmptyString;
 | 
				
			||||||
 | 
					        if (m_nFreq > 0)
 | 
				
			||||||
 | 
					          m_Timer.Start(m_nFreq);
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
@ -568,8 +570,6 @@ bool TLurchServer::Initialization()
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  m_nFreq = GetConfigInt("PingFreq") * 1000;
 | 
					  m_nFreq = GetConfigInt("PingFreq") * 1000;
 | 
				
			||||||
  if (m_nFreq > 0)
 | 
					 | 
				
			||||||
    m_Timer.Start(m_nFreq);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user