Hi bruce,

Have you by any chance changed the way you handle

  <handle to object>.name1.name2.name3  ?

I wrote code assuming once I've registered service "blah" as szDo parameter 
RegisterSig, blah would be called with parameters

  <handle to object>, "name1.name2.name3"

I therefore built code that accumulated a stack of intermediate handles as 
name1 was applied to <handle to object>, then name2 to the resulting object, 
etc.

now I seem to get multiple calls to "blah" service

  <handle to object>, "name1"
  <handle to object2>, "name2"
  <handle to object3>, "name3"

Not a problem, can easily fiddle code to match, just wondering.






Reply via email to