Ignore:
Timestamp:
21/08/2008 12:04:21 (4 years ago)
Author:
chris
Message:

Make Open() take a const std::string& for the socket name instead of a
const char *, for C++ style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/SocketStream.h

    r1085 r2253  
    3737        ~SocketStream(); 
    3838         
    39         void Open(int Type, const char *Name, int Port = 0); 
     39        void Open(int Type, const std::string& rName, int Port = 0); 
    4040        void Attach(int socket); 
    4141 
Note: See TracChangeset for help on using the changeset viewer.