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/SocketStreamTLS.h

    r217 r2253  
    3939public: 
    4040 
    41         void Open(const TLSContext &rContext, int Type, const char *Name, int Port = 0); 
     41        void Open(const TLSContext &rContext, int Type, 
     42                const std::string& rName, int Port = 0); 
    4243        void Handshake(const TLSContext &rContext, bool IsServer = false); 
    4344         
Note: See TracChangeset for help on using the changeset viewer.