kDB: Knowledge DataBase
Loading...
Searching...
No Matches
kdb
kDB
Repository
Extensions.h
1
#pragma once
2
3
#define KDB_REPOSITORY_EXTENSION_EXPORT(_LIBRARY_) \
4
extern "C" cres_qresult<void> _LIBRARY_##_initialise( \
5
const ::kDB::Repository::Connection& _connection) \
6
{ \
7
return _LIBRARY_::initialise(_connection); \
8
}
Generated by
1.12.0