Bug 3995

Summary: Direct proxy static methods should move
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: IDL CompilerAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 2.0.5   
Hardware: All   
OS: Linux   

Description Johnny Willemsen 2011-11-28 13:24:44 CST
there is really no need to put the direct proxy methods in their own class, they can be part of the regular skeleton class and should be moved there
Comment 1 Johnny Willemsen 2011-11-29 04:08:25 CST
Probably even better is to move the normal static _skel methods and the direct proxy skel methods to a nested class of the regular skeleton class. That way the user will only see the real methods and all static _skel methods are an implementation detail