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 2498 of file cmt_use.cxx.

02499 {
02500   ref_use->undiscard ();
02501   new_use->undiscard ();
02502 
02503   new_use->done = false; // Will read the new requirements
02504   if (ref_use != new_use) ref_use->discard ();
02505   return (new_use);
02506 }


The documentation for this class was generated from the following file:
Generated at Thu Apr 11 16:50:48 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000