Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'DCOPServerConnStruct (./kdelibs/dcop/dcopserver.cpp:522)

struct DCOPServerConnStruct
{
    /*
     * We use ICE to esablish a connection with the client.
   */

    IceConn		iceConn;


    /*
   * Major and minor versions of the XSMP.
   */

    int			proto_major_version;
    int			proto_minor_version;


    QCString clientId;
};