rtp/rtpstack/tsrc/ut_rtpstack/stubs/inc/es_sock.h
branchRCL_3
changeset 20 0dcb073356a5
parent 19 b5e99d8877c7
equal deleted inserted replaced
19:b5e99d8877c7 20:0dcb073356a5
  1214 private:
  1214 private:
  1215 	TPckg<TUint32> iNewISPId;
  1215 	TPckg<TUint32> iNewISPId;
  1216 	TUint32 iReserved[4];
  1216 	TUint32 iReserved[4];
  1217 	};
  1217 	};
  1218 
  1218 
  1219 class CSubConParameterSet : public CBase, public SMetaDataECom
  1219 class CSubConParameterSet : public SMetaDataECom
  1220 /** Base class for all RSubConnection parameter sets.
  1220 /** Base class for all RSubConnection parameter sets.
  1221 
  1221 
  1222 @publishedAll
  1222 @publishedAll
  1223 @released since v9.0 */
  1223 @released since v9.0 */
  1224 	{
  1224 	{
  1406 	IMPORT_C TBool IsGeneric() const;
  1406 	IMPORT_C TBool IsGeneric() const;
  1407 	IMPORT_C TInt32 GroupId() const;
  1407 	IMPORT_C TInt32 GroupId() const;
  1408 	IMPORT_C TUint32 Id() const;
  1408 	IMPORT_C TUint32 Id() const;
  1409 	};
  1409 	};
  1410 
  1410 
  1411 class CSubConNotificationEvent : public CBase, public SMetaDataECom
  1411 class CSubConNotificationEvent : public SMetaDataECom
  1412 	{
  1412 	{
  1413 public:
  1413 public:
  1414 	IMPORT_C static CSubConNotificationEvent* NewL(const STypeId& aTypeId);
  1414 	IMPORT_C static CSubConNotificationEvent* NewL(const STypeId& aTypeId);
  1415 	IMPORT_C static CSubConNotificationEvent* NewL(const TNotificationEventBuf& aEventBuffer);
  1415 	IMPORT_C static CSubConNotificationEvent* NewL(const TNotificationEventBuf& aEventBuffer);
  1416 
  1416