Ignore:
Timestamp:
Feb 18, 2008, 2:00:19 PM (16 years ago)
Author:
george
Message:

Přepracováno: Změna síťových komponent z fundamentals sockets na Indy. Prozatím ne dostatečně funkční.
Typografikcé úpravy.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66Network.cfg
        77Error.txt
         8ProjectGroup1.bdsgroup
         9ProjectGroup1.bdsgroup.local
  • trunk/SunriseChatCoreUnit.pas

    r13 r15  
    592592      end;
    593593    end;
    594     if Assigned(ProtocolMessageLogForm) then
    595       ProtocolMessageLogForm.Memo1.Lines.Add('SendCommand: ' + Data);
    596     if Assigned(FOnSendCommand) then FOnSendCommand(Data + #13);
     594    //if Assigned(ProtocolMessageLogForm) then
     595    //  ProtocolMessageLogForm.Memo1.Lines.Add('SendCommand: ' + Data);
     596    if Assigned(FOnSendCommand) then FOnSendCommand(Data);
    597597  end;
    598598end;
Note: See TracChangeset for help on using the changeset viewer.