dbcreator/commsdatcreator/Inc/cdcprocessordn.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
   112 
   112 
   113         /**
   113         /**
   114         * Writes the actual created access point to the log file.
   114         * Writes the actual created access point to the log file.
   115         */
   115         */
   116         void DoLogL();
   116         void DoLogL();
   117             
   117     
       
   118     private:
       
   119         /**
       
   120         * Helper function for creating destinations. 
       
   121         * @param aDnId Destination ID for the new destination
       
   122         */
       
   123         void CreateDestination( TInt aDnId );
       
   124         
   118     private:
   125     private:
   119     
   126     
   120         // @var The destiantion that is created
   127         // @var The destiantion that is created
   121         RCmDestinationExt iDestination;
   128         RCmDestinationExt iDestination;
   122 
   129