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

LastChoiceSelector Class Reference

Inheritance diagram for LastChoiceSelector

Inheritance graph
[legend]
Collaboration diagram for LastChoiceSelector:

Collaboration graph
[legend]
List of all members.

Public Methods

Useoperate (Use* ref_use, Use* new_use)

Member Function Documentation

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

Reimplemented from VersionSelector.

Definition at line 2677 of file cmt_use.cxx.

02678 {
02679   ref_use->undiscard ();
02680   new_use->undiscard ();
02681 
02682   new_use->done = false; // Will read the new requirements
02683   if (ref_use != new_use) ref_use->discard ();
02684   return (new_use);
02685 }


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