Changeset 10519


Ignore:
Timestamp:
05/02/11 19:13:31 (13 years ago)
Author:
tbretz
Message:
Ensure Timestamp is correctly initialized.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/MessageDim.cc

    r10491 r10519  
    126126void MessageDimRX::infoHandler()
    127127{
     128    // Make sure getTimestamp is called _before_ getTimestampMillisecs
     129    getInfo()->getTimestamp();
     130
    128131    if (getInfo()!=&fDimMessage)
    129132        return;
Note: See TracChangeset for help on using the changeset viewer.