telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/inc/tmockltsydata.h
branchRCL_3
changeset 19 630d2f34d719
parent 15 8b9e023e329f
child 20 07a122eea281
--- a/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/inc/tmockltsydata.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/inc/tmockltsydata.h	Tue Aug 31 16:23:08 2010 +0300
@@ -3799,50 +3799,6 @@
     IMPORT_C static void ConstructL(CMobilePhoneSmspList*& aData);    
 	};
 
-/**
-TConstructor specialisation for CMobilePhoneStoredNetworkList
-*/
-template <>
-class TConstructor<CMobilePhoneStoredNetworkList>
-    {
-public:
-    IMPORT_C static void ConstructL(CMobilePhoneStoredNetworkList*& aData);    
-	};
-
-/**
-TSerializer specialisation for CMobilePhoneStoredNetworkList
-*/
-template <>
-class TSerializer<CMobilePhoneStoredNetworkList>
-    {
-public:
-    IMPORT_C static void SerialiseL(const CMobilePhoneStoredNetworkList& aData, RBuf8& aBuffer);
-    IMPORT_C static void DeserialiseL(const TDesC8& aPackedData, CMobilePhoneStoredNetworkList& aData);
-    };
-
-/**
-TComparator Specialisation for CMobilePhoneStoredNetworkList
-*/
-template<>
-class TComparator<CMobilePhoneStoredNetworkList>
-    {
-public: 
-    IMPORT_C static TBool TComparator<CMobilePhoneStoredNetworkList>::
-        IsEqual(const CMobilePhoneStoredNetworkList& aData1,
-                const CMobilePhoneStoredNetworkList& aData2);
-    };
-
-/**
-TComparator Specialisation for RMobilePhone::TMobilePreferredNetworkEntryV3
-*/
-template<>
-class TComparator<RMobilePhone::TMobilePreferredNetworkEntryV3>
-    {
-public: 
-    IMPORT_C static TBool TComparator<RMobilePhone::TMobilePreferredNetworkEntryV3>::
-        IsEqual(const RMobilePhone::TMobilePreferredNetworkEntryV3& aData1,
-                const RMobilePhone::TMobilePreferredNetworkEntryV3& aData2);
-    };
 
 /**
 TComparator Specialisation for RMobilePhone::TAID