I'm extending SessionManagerBase for our own custom localmanager used for unit testing. ( Which I'm happy to share if anyone is interested. ) Unfortunately, between the 10.0 swc and the 10.1 swc, the method signature has changed.
It used to be:
session_internal function publishItem(p_collectionName:String, p_nodeName:String, p_itemVO:Object, p_overWrite:Boolean=false):void
Now it looks like there's an additional Boolean at the end. ( According to my describeType sleuthing )
What's the actual signature?