dbcreator/inc/cdccommsdatcreator.h
branchRCL_3
changeset 57 05bc53fe583b
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
    65 
    65 
    66         IMPORT_C void CreateTablesL();
    66         IMPORT_C void CreateTablesL();
    67 
    67 
    68 
    68 
    69         /** Destructor */
    69         /** Destructor */
    70 	    IMPORT_C virtual ~CCdcCommsDatCreator();
    70         virtual ~CCdcCommsDatCreator();
    71         
    71         
    72     private:
    72     private:
    73     
    73     
    74         /** First stage constructor */
    74         /** First stage constructor */
    75         CCdcCommsDatCreator();
    75         CCdcCommsDatCreator();
    94         
    94         
    95         void ProcessDNL( RArray< TBool >& aCmInDest, TBool aFirstRound );
    95         void ProcessDNL( RArray< TBool >& aCmInDest, TBool aFirstRound );
    96 
    96 
    97         void SetUnderlyingIapL( RPointerArray< HBufC >& aUnderLying );
    97         void SetUnderlyingIapL( RPointerArray< HBufC >& aUnderLying );
    98 
    98 
    99         void SetDefaultConnectionL( RPointerArray< HBufC >& aDefCon );
    99 //        void SetDefaultConnectionL( RPointerArray< HBufC >& aDefCon );
   100         
   100         
   101         void SetWlanSecurityL( RPointerArray< HBufC >& aWlanSecurity );
   101         void SetWlanSecurityL( RPointerArray< HBufC >& aWlanSecurity );
   102         
   102         
   103         void SetLingerSettingsL( RPointerArray< CLingerElement >& aLingerSettings );
   103         void SetLingerSettingsL( RPointerArray< CLingerElement >& aLingerSettings );
   104                       
   104