Re: trouble with NewCallback (C++)

2009-08-31 Thread srlindemann
? On Aug 30, 11:29 pm, srlindemann srlindem...@gmail.com wrote: I've been messing with the Service interface in C++ but have hit a few bumps with the NewCallback method.  Basically, the compiler (g++ 4.2.4 on Ubuntu) seems to be unable to match my function call to one of the template overloads

trouble with NewCallback (C++)

2009-08-30 Thread srlindemann
I've been messing with the Service interface in C++ but have hit a few bumps with the NewCallback method. Basically, the compiler (g++ 4.2.4 on Ubuntu) seems to be unable to match my function call to one of the template overloads---it then fails when it tries to match it to the void(*)()