Ignore:
Timestamp:
Mar 4, 2013, 6:08:02 PM (11 years ago)
Author:
garnier
Message:

Changement de la couleur des sections selectionnes + plein dautres choses

File:
1 edited

Legend:

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

    r316 r359  
    1313  nbParam_ = elementName_.getElementNbParameters();
    1414  parametersString_ = new string[nbParam_+1];
     15    registerAcceptableSoftware(nomDeLogiciel::transport, TBoolOk);
     16    registerAcceptableSoftware(nomDeLogiciel::parmela, TBoolOk);
     17    registerAcceptableSoftware(nomDeLogiciel::test, TBoolOk);
     18
    1519}
    1620
     
    2327    label_ = defaultLabel_;
    2428  }
    25 
    26 
    27 trivaluedBool elementDrift::is_accepted_by_software(nomDeLogiciel soft) const {
    28   if ( soft == nomDeLogiciel::transport  ) return ok;
    29   else if ( soft == nomDeLogiciel::parmela ) return ok;
    30   else if ( soft == nomDeLogiciel::test ) return ok;
    31   else return error;
    32 }
    3329
    3430
Note: See TracChangeset for help on using the changeset viewer.