Changeset 10522 for trunk


Ignore:
Timestamp:
05/02/11 23:24:43 (14 years ago)
Author:
tbretz
Message:
Removed DimNetworkInfo; instead implemented proper initialization of the time-stamp in all infoHandlers
File:
1 edited

Legend:

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

    r10476 r10522  
    2727#include <dic.hxx> // DimStampedInfo
    2828
    29 class DimNetworkInfo : public DimStampedInfo
    30 {
    31 public:
    32     DimNetworkInfo(const char *name, const char *nolink, int size, DimInfoHandler *ptr)
    33         : DimStampedInfo(name, const_cast<char*>(nolink), size, ptr)
    34     {
    35         secs      = 0;
    36         millisecs = 0;
    37     }
    38 };
    39 
    4029class MessageDimRX : public DimInfoHandler
    4130{
     
    4837
    4938private:
    50     DimNetworkInfo fDimMessage;
     39    DimStampedInfo fDimMessage;
    5140
    5241protected:
Note: See TracChangeset for help on using the changeset viewer.