Bug 3006

Summary: Extend TAO_GIOP_Message_Version
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: enhancement    
Priority: P3    
Version: 1.5.9   
Hardware: All   
OS: All   

Description Johnny Willemsen 2007-07-24 06:50:17 CDT
Extend TAO_GIOP_Message_Version with relation operators and also define a few static instances for the different versions (1.0/1.1/1.2), then in the code of the ORB we can easily use the operators to check for certain GIOP versions. We do this at this moment by comparing the two octets seperately which takes more code and could easily lead to programming errors
Comment 1 Johnny Willemsen 2007-07-24 07:11:53 CDT
Maybe we should consider moving this class to ACE and rework ACE_InputCDR/ACE_OutputCDR to use this class