equal
deleted
inserted
replaced
705 @publishedAll |
705 @publishedAll |
706 @released */ |
706 @released */ |
707 { |
707 { |
708 public: |
708 public: |
709 IMPORT_C RSocketServ(); |
709 IMPORT_C RSocketServ(); |
710 IMPORT_C TInt Connect(TUint aMessageSlots=KESockDefaultMessageSlots); |
710 IMPORT_C TInt Connect(TUint aMessageSlots = (TUint) -1); |
711 IMPORT_C TInt Connect(const TSessionPref& aPref, TUint aMessageSlots=KESockDefaultMessageSlots); |
711 IMPORT_C TInt Connect(const TSessionPref& aPref, TUint aMessageSlots = (TUint) -1); |
712 IMPORT_C TVersion Version() const; |
712 IMPORT_C TVersion Version() const; |
713 IMPORT_C TInt NumProtocols(TUint& aCount); |
713 IMPORT_C TInt NumProtocols(TUint& aCount); |
714 IMPORT_C TInt GetProtocolInfo(TUint anIndex,TProtocolDesc& aProtocol); |
714 IMPORT_C TInt GetProtocolInfo(TUint anIndex,TProtocolDesc& aProtocol); |
715 IMPORT_C TInt FindProtocol(const TProtocolName& aName,TProtocolDesc& aProtocol); |
715 IMPORT_C TInt FindProtocol(const TProtocolName& aName,TProtocolDesc& aProtocol); |
716 IMPORT_C void StartProtocol(TUint anAddrFamily,TUint aSockType,TUint aProtocol,TRequestStatus& aStatus); |
716 IMPORT_C void StartProtocol(TUint anAddrFamily,TUint aSockType,TUint aProtocol,TRequestStatus& aStatus); |