ncdengine/provider/client/inc/ncdnodemanagerproxy.h
branchCompilerCompatibility
changeset 21 de6723242771
parent 0 ba25891c3a9e
equal deleted inserted replaced
20:5ca630240480 21:de6723242771
   140      * @param aForceCreate Determines if the node will always be created.
   140      * @param aForceCreate Determines if the node will always be created.
   141      * @return CNcdNodeProxy&
   141      * @return CNcdNodeProxy&
   142      * @exception Leave KErrNotFound if aForceCreate has been set as EFalse,
   142      * @exception Leave KErrNotFound if aForceCreate has been set as EFalse,
   143      * and the node was not created.
   143      * and the node was not created.
   144      */
   144      */
   145     CNcdNodeProxy& CNcdNodeManagerProxy::CreateSchemeNodeL(
   145     CNcdNodeProxy& CreateSchemeNodeL(
   146         const CNcdNodeIdentifier& aMetadataIdentifier,
   146         const CNcdNodeIdentifier& aMetadataIdentifier,
   147         TNcdSchemeNodeType aType,
   147         TNcdSchemeNodeType aType,
   148         TBool aRemoveOnDisconnect,
   148         TBool aRemoveOnDisconnect,
   149         TBool aForceCreate );
   149         TBool aForceCreate );
   150                                                   
   150