ipcm_pub/connection_settings_api/inc/cmdestination.h
changeset 71 9f263f780e41
parent 20 9c97ad6591ae
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
   199         IMPORT_C TInt AddConnectionMethodL(
   199         IMPORT_C TInt AddConnectionMethodL(
   200                 RCmConnectionMethod aConnectionMethod );
   200                 RCmConnectionMethod aConnectionMethod );
   201 
   201 
   202         /**
   202         /**
   203         * Embeds an existing destination into this destination.
   203         * Embeds an existing destination into this destination.
       
   204         * A destination can only hold one embedded destination.
       
   205         * Trying to add a second one will fail with KErrNotSupported.
       
   206         * Also, an already embedded destination can't contain an embedded
       
   207         * destination itself, preventing chains of three destinations or more.
   204         * @param RCmDestination - Destination to be embedded
   208         * @param RCmDestination - Destination to be embedded
   205         * @return TInt - index in the Connection Method list
   209         * @return TInt - index in the Connection Method list
   206         */
   210         */
   207         IMPORT_C TInt AddEmbeddedDestinationL(
   211         IMPORT_C TInt AddEmbeddedDestinationL(
   208                 const RCmDestination& aDestination );
   212                 const RCmDestination& aDestination );