Page MenuHomePhorge

Node.cpp
No OneTemporary

Size
331 B
Referenced Files
None
Subscribers
None

Node.cpp

#include "Node.h"
#define MAX_WORKCYCLE 4294967295
Node :: Node() {
}
bool Node :: set_workingCycle(unsigned int workingCycle) {
if(workingCycle <= MAX_WORKCYCLE) {
this->workingCycle = workingCycle;
return true;
}
return false;
}
unsigned int Node :: get_workingCycle() {
return workingCycle;
}

File Metadata

Mime Type
text/x-c
Expires
Sun, Mar 1, 5:20 PM (8 h, 27 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283705
Default Alt Text
Node.cpp (331 B)

Event Timeline