diff -r 4c83dcfb6f1a -r 984e13af52c4 dbcreator/commsdatcreator/Inc/cdcprocessordn.h --- a/dbcreator/commsdatcreator/Inc/cdcprocessordn.h Mon Jun 21 16:06:29 2010 +0300 +++ b/dbcreator/commsdatcreator/Inc/cdcprocessordn.h Thu Jul 15 19:05:04 2010 +0300 @@ -117,10 +117,10 @@ private: /** - * Tells whether the current destination has the internet metadata set. - * @return ETrue if the destination is Internet, EFalse otherwise. + * Helper function for creating destinations. + * @param aDnId Destination ID for the new destination */ -// TBool IsInternet(); + void CreateDestination( TInt aDnId ); private: @@ -147,4 +147,4 @@ #endif PROCESSOR_DN_H -// End of File. \ No newline at end of file +// End of File.