Ignore:
Timestamp:
Jun 22, 2010, 1:13:59 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

network/os2: QLocalServer/QLocalSocket: Make sure the socket path name always starts with "\socket\" (fixes #166) [based on patch by rudi].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/network/socket/qlocalsocket.cpp

    r651 r755  
    5353    \brief The QLocalSocket class provides a local socket.
    5454
    55     On Windows this is a named pipe and on Unix this is a local domain socket.
     55    On Windows this is a named pipe, on Unix and OS/2 this is a local domain
     56    socket.
    5657
    5758    If an error occurs, socketError() returns the type of error, and
Note: See TracChangeset for help on using the changeset viewer.