ipcm_pub/connection_settings_api/inc/cmconnectionmethoddef.h
changeset 71 9f263f780e41
parent 40 c5b848e6c7d1
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
   157 
   157 
   158         /**
   158         /**
   159         * These are not bearer specific, but controling attributes.
   159         * These are not bearer specific, but controling attributes.
   160         */
   160         */
   161         ECmInvalidAttribute = 400,  /**<
   161         ECmInvalidAttribute = 400,  /**<
   162                                     * Client application can check which attribute
   162                                     * @deprecated
   163                                     * was incorrect in UpdateL().
   163                                     * Always leaves with error code KErrNotSupported.
   164                                     * (TUint32 - default: none - read only)
   164                                     * (TUint32 - default: none - read only)
   165                                     */
   165                                     */
   166 
   166 
   167         ECmLoadResult = 402,        /**<
   167         ECmLoadResult = 402,        /**<
   168                                     * Result of the load process. KErrNone if there
   168                                     * @deprecated
   169                                     * was no error. Otherwise a system wide
   169                                     * Always leaves with error code KErrNotSupported.
   170                                     * error code.
   170                                     * (TUint32 - default: KErrNotSupported - read only)
   171                                     * (TUint32 - default: KErrNone - read only)
       
   172                                     */
   171                                     */
   173 
   172 
   174         /**
   173         /**
   175         * Attributes the can be queried only via
   174         * Attributes the can be queried only via
   176         * - connection method's GetXXXAttributeL()
   175         * - connection method's GetXXXAttributeL()