Bug 3317 - Code duplication in logging and notification constraint visitors
Summary: Code duplication in logging and notification constraint visitors
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: orbsvcs (show other bugs)
Version: 1.6.4
Hardware: All All
: P3 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2008-05-05 19:09 CDT by Jeff Parsons
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 Jeff Parsons 2008-05-05 19:09:37 CDT
The visitor classes in Log_Constraint_Visitors.{h,cpp} and Notify_Constraint_Visitors.{h,cpp} are large and mostly identical. They should be given a common base class.