Page MenuHomePhorge

Node.cpp
No OneTemporary

Size
311 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
Sat, Aug 29, 2:39 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
370644
Default Alt Text
Node.cpp (311 B)

Event Timeline