mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
11 lines
106 B
C++
11 lines
106 B
C++
#include "object.h"
|
|
|
|
#include "database.h"
|
|
|
|
Object::Object() {
|
|
db = nullptr;
|
|
}
|
|
|
|
Object::~Object() {
|
|
|
|
} |