Hello everyone,
I have a simple question.. and sorry if you received this question twice.. I
sent it through the google groups but I think it did not work.. so I will
try using Gmail...
I want to use two Map variables in my service like the code below:
package com.mypackage.aidl.service;
interface MyService{
void serviceCall(int someInt, in Map parameters, in Map someMore);
}
but I'm getting an error in the generated code: "Duplicate local variable
cl". What is happening is that the generated code created two class loaders
to load the Map with the same name ("cl" in the case). This is some kind of
limitation of AIDL or it is a bug in the code generator?
Just to be clear.. I just want to know if it is possible or its a bug.. NOT
a better way to do this or that I should pass all parameters through the
same variable..
Thanks for the attention
--
<<PSMJ>> Paulo Sérgio Morandi Júnior
-----------------------------------------------------------------------------
Bsc. em Ciência da Computação - UFRGS
Porto Alegre - RS - Brasil
-----------------------------------------------------------------------------
Mobiltec - Mobilidade em Negócios
http://www.mobiltec.com.br
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en