Ignore:
Timestamp:
11/04/10 09:16:10 (13 years ago)
Author:
emmanuel.ferro
Message:

Ticket #1382 - [SERPRO] Erro transf de arq IM em maq c/ mais de 1 plc de rede

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/java_source/src/nu/fw/jeti/backend/Connect.java

    r3102 r3451  
    368368                        if( proxy ) 
    369369                        { 
    370                                 //System.out.println("CONNECT COM PROXY - NÃO SEGURA : " + host); 
     370                                //System.out.println("CONNECT COM PROXY - NᅵO SEGURA : " + host); 
    371371                                socket = createHTTPTunel(host); 
    372372                        } 
    373373                        else 
    374374                        { 
    375                                 //System.out.println("CONNECT SEM PROXY - NÃO SEGURA : " + host); 
     375                                //System.out.println("CONNECT SEM PROXY - NᅵO SEGURA : " + host); 
    376376                                socket = new Socket( host,loginInfo.getPort() ); 
    377377                        } 
     
    608608            gbc.gridy = 3; // linha 
    609609            gbc.gridx = 1; // coluna 
    610             gbc.gridwidth = 2; // duas células na linha 
     610            gbc.gridwidth = 2; // duas cᅵlulas na linha 
    611611            gbc.anchor = GridBagConstraints.WEST; 
    612612            buttonPanel = new JPanel(); 
     
    933933                        { 
    934934                                jabberHandler.changePacketReceiver(this); 
    935                                 socket = null; //clear socket reference 
     935// Este atributo é usado na transferência de arquivos 
     936//                              socket = null; //clear socket reference 
    936937                                this.connectionID = connectionID; 
    937938                                // TODO remove lowercase if filetransfer bug fixed 
Note: See TracChangeset for help on using the changeset viewer.