mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
10 lines
88 B
C++
10 lines
88 B
C++
|
|
#include "node.h"
|
|
|
|
#include "request.h"
|
|
|
|
Node::Node() : Object() {
|
|
}
|
|
|
|
Node::~Node() {
|
|
} |