Bug 3995 - Direct proxy static methods should move
Summary: Direct proxy static methods should move
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 2.0.5
Hardware: All Linux
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2011-11-28 13:24 CST by Johnny Willemsen
Modified: 2018-01-15 11:21 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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