changeset 42 | d17dc5398051 |
parent 29 | 26b6f0522fd8 |
child 80 | 9dcba1ee99f7 |
37:6e7b00453237 | 42:d17dc5398051 |
---|---|
535 |
535 |
536 |
536 |
537 TInt CCatalogsAccessPointManager::AccessPointIdL( |
537 TInt CCatalogsAccessPointManager::AccessPointIdL( |
538 const TDesC& aNameSpace, |
538 const TDesC& aNameSpace, |
539 const MCatalogsAccessPointManager::TAction& aAction, |
539 const MCatalogsAccessPointManager::TAction& aAction, |
540 const TUid& /* aClientUid */, |
540 const TUid& aClientUid, |
541 TUint32& aAccessPointId ) |
541 TUint32& aAccessPointId ) |
542 { |
542 { |
543 DLTRACEIN((_L("Namespace: %S, Action: %d, clientUid: %d"), &aNameSpace, aAction, aClientUid.iUid)); |
543 DLTRACEIN((_L("Namespace: %S, Action: %d, clientUid: %d"), &aNameSpace, aAction, aClientUid.iUid)); |
544 |
544 |
545 CCatalogsAccessPoint* accessPoint( NULL ); |
545 CCatalogsAccessPoint* accessPoint( NULL ); |
563 |
563 |
564 TInt CCatalogsAccessPointManager::AccessPointIdL( |
564 TInt CCatalogsAccessPointManager::AccessPointIdL( |
565 const TDesC& aNameSpace, |
565 const TDesC& aNameSpace, |
566 const TDesC& aCatalogId, |
566 const TDesC& aCatalogId, |
567 const MCatalogsAccessPointManager::TAction& aAction, |
567 const MCatalogsAccessPointManager::TAction& aAction, |
568 const TUid& /* aClientUid */, |
568 const TUid& aClientUid, |
569 TUint32& aAccessPointId) |
569 TUint32& aAccessPointId) |
570 { |
570 { |
571 DLTRACEIN((_L("Namespace: %S, CatalogId: %S, Action: %d, clientUid: %d"), &aNameSpace, &aCatalogId, aAction, aClientUid.iUid)); |
571 DLTRACEIN((_L("Namespace: %S, CatalogId: %S, Action: %d, clientUid: %d"), &aNameSpace, &aCatalogId, aAction, aClientUid.iUid)); |
572 |
572 |
573 CCatalogsAccessPoint* accessPoint( NULL ); |
573 CCatalogsAccessPoint* accessPoint( NULL ); |
590 |
590 |
591 |
591 |
592 TInt CCatalogsAccessPointManager::AccessPointIdL( |
592 TInt CCatalogsAccessPointManager::AccessPointIdL( |
593 const CNcdNodeIdentifier& aNodeIdentifier, |
593 const CNcdNodeIdentifier& aNodeIdentifier, |
594 const MCatalogsAccessPointManager::TAction& aAction, |
594 const MCatalogsAccessPointManager::TAction& aAction, |
595 const TUid& /* aClientUid */, |
595 const TUid& aClientUid, |
596 TUint32& aAccessPointId) |
596 TUint32& aAccessPointId) |
597 { |
597 { |
598 DLTRACEIN((_L("Namespace: %S, NodeId: %S, Action: %d, clientUid: %d"), |
598 DLTRACEIN((_L("Namespace: %S, NodeId: %S, Action: %d, clientUid: %d"), |
599 &aNodeIdentifier.NodeNameSpace(), &aNodeIdentifier.NodeId(), aAction, |
599 &aNodeIdentifier.NodeNameSpace(), &aNodeIdentifier.NodeId(), aAction, |
600 aClientUid.iUid)); |
600 aClientUid.iUid)); |