#include <landmark.h>
Collaboration diagram for RecentMsgRecord:

Public Member Functions | |
| RecentMsgRecord () | |
Public Attributes | |
| nsaddr_t | id_ |
| int | level_ |
| int | origin_time_ |
|
|
Definition at line 203 of file landmark.h. References id_, level_, and origin_time_.
00203 {
00204 id_ = 60000;
00205 level_ = -1;
00206 origin_time_ = 0;
00207 }
|
|
|
Definition at line 208 of file landmark.h. Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord(). |
|
|
Definition at line 209 of file landmark.h. Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord(). |
|
|
Definition at line 210 of file landmark.h. Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord(). |
1.3.3