telephonyserverplugins/common_tsy/test/component/mockltsy/mockltsydll/inc/tmockltsydata.h
branchRCL_3
changeset 65 630d2f34d719
parent 47 8b9e023e329f
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
  3797     {
  3797     {
  3798 public:
  3798 public:
  3799     IMPORT_C static void ConstructL(CMobilePhoneSmspList*& aData);    
  3799     IMPORT_C static void ConstructL(CMobilePhoneSmspList*& aData);    
  3800 	};
  3800 	};
  3801 
  3801 
  3802 /**
       
  3803 TConstructor specialisation for CMobilePhoneStoredNetworkList
       
  3804 */
       
  3805 template <>
       
  3806 class TConstructor<CMobilePhoneStoredNetworkList>
       
  3807     {
       
  3808 public:
       
  3809     IMPORT_C static void ConstructL(CMobilePhoneStoredNetworkList*& aData);    
       
  3810 	};
       
  3811 
       
  3812 /**
       
  3813 TSerializer specialisation for CMobilePhoneStoredNetworkList
       
  3814 */
       
  3815 template <>
       
  3816 class TSerializer<CMobilePhoneStoredNetworkList>
       
  3817     {
       
  3818 public:
       
  3819     IMPORT_C static void SerialiseL(const CMobilePhoneStoredNetworkList& aData, RBuf8& aBuffer);
       
  3820     IMPORT_C static void DeserialiseL(const TDesC8& aPackedData, CMobilePhoneStoredNetworkList& aData);
       
  3821     };
       
  3822 
       
  3823 /**
       
  3824 TComparator Specialisation for CMobilePhoneStoredNetworkList
       
  3825 */
       
  3826 template<>
       
  3827 class TComparator<CMobilePhoneStoredNetworkList>
       
  3828     {
       
  3829 public: 
       
  3830     IMPORT_C static TBool TComparator<CMobilePhoneStoredNetworkList>::
       
  3831         IsEqual(const CMobilePhoneStoredNetworkList& aData1,
       
  3832                 const CMobilePhoneStoredNetworkList& aData2);
       
  3833     };
       
  3834 
       
  3835 /**
       
  3836 TComparator Specialisation for RMobilePhone::TMobilePreferredNetworkEntryV3
       
  3837 */
       
  3838 template<>
       
  3839 class TComparator<RMobilePhone::TMobilePreferredNetworkEntryV3>
       
  3840     {
       
  3841 public: 
       
  3842     IMPORT_C static TBool TComparator<RMobilePhone::TMobilePreferredNetworkEntryV3>::
       
  3843         IsEqual(const RMobilePhone::TMobilePreferredNetworkEntryV3& aData1,
       
  3844                 const RMobilePhone::TMobilePreferredNetworkEntryV3& aData2);
       
  3845     };
       
  3846 
  3802 
  3847 /**
  3803 /**
  3848 TComparator Specialisation for RMobilePhone::TAID
  3804 TComparator Specialisation for RMobilePhone::TAID
  3849 */
  3805 */
  3850 template<>
  3806 template<>