dbcreator/commsdatcreator/Inc/cdcprocessordn.h
branchRCL_3
changeset 54 984e13af52c4
parent 0 5a93021fdf25
child 57 05bc53fe583b
equal deleted inserted replaced
45:4c83dcfb6f1a 54:984e13af52c4
   115         */
   115         */
   116         void DoLogL();
   116         void DoLogL();
   117     
   117     
   118     private:
   118     private:
   119         /**
   119         /**
   120         * Tells whether the current destination has the internet metadata set.
   120         * Helper function for creating destinations. 
   121         * @return ETrue if the destination is Internet, EFalse otherwise.
   121         * @param aDnId Destination ID for the new destination
   122         */
   122         */
   123 //        TBool IsInternet();
   123         void CreateDestination( TInt aDnId );
   124         
   124         
   125     private:
   125     private:
   126     
   126     
   127         // @var The destiantion that is created
   127         // @var The destiantion that is created
   128         RCmDestinationExt iDestination;
   128         RCmDestinationExt iDestination;