Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KeepAllSelector Class Reference

Inheritance diagram for KeepAllSelector

Inheritance graph
[legend]
Collaboration diagram for KeepAllSelector:

Collaboration graph
[legend]
List of all members.

Public Methods

Useoperate (Use* ref_use, Use* new_use)

Member Function Documentation

Use * KeepAllSelector::operate ( Use * ref_use,
Use * new_use ) [virtual]
 

Reimplemented from VersionSelector.

Definition at line 2688 of file cmt_use.cxx.

02689 {
02690   ref_use->undiscard ();
02691   new_use->undiscard ();
02692 
02693   new_use->done = false; // Will read the new requirements
02694   return (new_use);
02695 }


The documentation for this class was generated from the following file:
Generated at Mon Jun 10 17:58:44 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000