cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktshareddata.inl
branchRCL_3
changeset 66 07a122eea281
parent 65 630d2f34d719
child 67 4eff64595c44
child 70 4814c5a49428
--- a/cbsref/telephonyrefplugins/atltsy/integrationtest/inc/testltsypktshareddata.inl	Tue Aug 31 16:23:08 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-//  TestTelephonyPktSharedData.inl
-//  Copyright (c) Symbian Software Ltd 2008. All rights reserved.
-//
-//  The inline function implementation of CTestTelephonyPktSharedData
-
-#ifndef TESTTELEPHONYPKTSHAREDDATA_INL_
-#define TESTTELEPHONYPKTSHAREDDATA_INL_
-
-// user include
-#include "TestLtsyPktSharedData.h"
-
-/**
- * Get the reference of specified packet context
- * aServiceIndex - the index in the packet service array
- * aContextIndex - the index in the packet context array
- * @return - the reference of the RPacketContext object
- */
-RPacketContext& CTestLtsyPktSharedData::PacketContext(TInt aServiceIndex, TInt aContextIndex)
-	{
-	return iServices[aServiceIndex].iContexts[aContextIndex].iPktContext;
-	}
-
-/**
- * Get the reference of specified packet QoS profile
- * aServiceIndex - the index in the packet service array
- * aContextIndex - the index in the packet context array
- * @return - the reference of the QoS profile object
- */
-RPacketQoS& CTestLtsyPktSharedData::PacketQos(TInt aServiceIndex, TInt aContextIndex)
-	{
-	return iServices[aServiceIndex].iContexts[aContextIndex].iPktQos;
-	}
-
-/**
- * Get the reference of specified packet service
- * aServiceIndex - the index in the packet service array
- * @return - the reference of the RPacketService object
- */
-RPacketService& CTestLtsyPktSharedData::PacketService(TInt aServiceIndex)
-	{
-	return iServices[aServiceIndex].iPktService;
-	}
-
-/**
- * Get the reference of specified context data
- * aServiceIndex - the index in the packet service array
- * aContextIndex - the index in the packet context array
- * @return - the reference of the TContextData object
- */
-CTestLtsyPktSharedData::TContextData& CTestLtsyPktSharedData::ContextData(TInt aServiceIndex, TInt aContextIndex)
-	{
-	return iServices[aServiceIndex].iContexts[aContextIndex];
-	}
-
-#endif /*TESTTELEPHONYPKTSHAREDDATA_INL_*/
-
-// end of file