Ignore:
Timestamp:
02/13/08 19:44:39 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MTcpIpIO.h

    r8856 r8862  
    4040    ~MTcpIpO();
    4141
    42     static bool SendFrame(TSocket &tx, const char *msg, int len);
    43     static bool SendFrame(const char *addr, int port, const char *msg, int len);
     42    static TString GetSocketAddress(const TSocket &s);
     43    static bool    SendFrame(TSocket &tx, const char *msg, int len);
     44    static bool    SendFrame(const char *addr, int port, const char *msg, int len);
    4445
    45     bool Send(const char *msg, int len);
     46    TString GetSocketAddress() const;
     47    bool    Send(const char *msg, int len);
    4648};
    4749
Note: See TracChangeset for help on using the changeset viewer.