Symbian ECOM Implementation Order Question
I’m working with Symbian’s ECOM system and I’m curious about how it handles the order of implementations. When you call REComSession::ListImplementationsL, it gives you an array of implementations based on the interface ID found in the .rsc files located in the \resource\plugins folder.
What I’m trying to figure out is:
- Is there a specific mechanism that decides the order of these implementations in the array?
- Does it follow any particular sorting method or is it random?
- Can we control or predict this order in any way?
I’ve been digging through the documentation but haven’t found a clear answer. If anyone has experience with this or knows how it works under the hood, I’d really appreciate some insight. Thanks in advance for any help!