equal
deleted
inserted
replaced
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 |