Ignore:
Timestamp:
Mar 11, 2014, 11:21:43 AM (10 years ago)
Author:
lemeur
Message:

refection generale des secteurs et applications de softwares (suite)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/src/nomDeLogiciel.cc

    r489 r493  
    8181void nomDeLogiciel::setCompatiblesElements()
    8282{
    83   //cout << " nomDeLogiciel::setCompatiblesElements() " << program_ << endl;
    8483  switch (program_)
    8584    {
     
    134133}
    135134
    136 trivaluedBool nomDeLogiciel::doAcceptElement(nomdElements::typedElement typdel)
     135trivaluedBool nomDeLogiciel::doAcceptElement(nomdElements::typedElement typdel) const
    137136{
    138   //xx
    139 
    140   //cout << " nomDeLogiciel::doAcceptElement type : " << typdel << endl;
    141   //cout << " nomDeLogiciel::doAcceptElement nb el/ acc. " << acceptedElements_.size() << endl;
    142137  if (acceptedElements_.size() == 0 ) {
    143138    return TBoolError;
     
    156151  }
    157152 
    158   return TBoolOk;
     153  return TBoolError;
    159154}
    160155
Note: See TracChangeset for help on using the changeset viewer.