Changeset 2429


Ignore:
Timestamp:
03/01/2009 18:57:36 (3 years ago)
Author:
chris
Message:

Change socket type from int to Socket::Type enum.

File:
1 edited

Legend:

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

    r2253 r2429  
    3939public: 
    4040 
    41         void Open(const TLSContext &rContext, int Type, 
     41        void Open(const TLSContext &rContext, Socket::Type Type, 
    4242                const std::string& rName, int Port = 0); 
    4343        void Handshake(const TLSContext &rContext, bool IsServer = false); 
Note: See TracChangeset for help on using the changeset viewer.