Ignore:
Timestamp:
02/05/08 11:41:55 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8843 r8856  
    3737
    3838public:
    39     MTcpIpO(Int_t tx);
     39    MTcpIpO(const char *addr, Int_t tx);
    4040    ~MTcpIpO();
    4141
     
    5353
    5454public:
    55     MTcpIpIO(Int_t tx, Int_t rx);
     55    MTcpIpIO(const char *addr, Int_t tx, Int_t rx);
    5656    ~MTcpIpIO();
    5757
Note: See TracChangeset for help on using the changeset viewer.