Subversion Repositories DevTools

Rev

Rev 2267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2267 Rev 2269
Line 351... Line 351...
351
} 
351
} 
352
void EvaluationContext::setStartTime (const std::string &startTime	)
352
void EvaluationContext::setStartTime (const std::string &startTime	)
353
{
353
{
354
    m_shiftStartTime = startTime;
354
    m_shiftStartTime = startTime;
355
}
355
}
-
 
356
 
-
 
357
const std::string & EvaluationContext::getDeviceId ( ) const
-
 
358
{
-
 
359
   return(m_deviceId);
-
 
360
} 
-
 
361
void EvaluationContext::setDeviceId (const std::string &deviceId	)
-
 
362
{
-
 
363
    m_deviceId = deviceId;
-
 
364
}
-
 
365
 
-
 
366
const std::string & EvaluationContext::getCsn ( ) const
-
 
367
{
-
 
368
   return(m_csn);
-
 
369
} 
-
 
370
void EvaluationContext::setCsn (const std::string &csn	)
-
 
371
{
-
 
372
    m_csn = csn;
-
 
373
}
356
  //## end EvaluationContext%42116B3700AD.declarations
374
  //## end EvaluationContext%42116B3700AD.declarations
357
 
375
 
358
//## begin module%42116B3700AD.epilog preserve=yes
376
//## begin module%42116B3700AD.epilog preserve=yes
359
//## end module%42116B3700AD.epilog
377
//## end module%42116B3700AD.epilog