refact
This commit is contained in:
parent
1984f40316
commit
ff33e67f5b
|
@ -17,7 +17,7 @@
|
||||||
#define _TD_META_DEF_H_
|
#define _TD_META_DEF_H_
|
||||||
|
|
||||||
#include "metaDB.h"
|
#include "metaDB.h"
|
||||||
#include "metaUid.h"
|
#include "metaTbUid.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "metaUid.h"
|
#include "metaTbUid.h"
|
||||||
|
|
||||||
tb_uid_t generateUid(STbUidGenerator *pGen) {
|
tb_uid_t generateUid(STbUidGenerator *pGen) {
|
||||||
// Generate a new table UID
|
// Generate a new table UID
|
Loading…
Reference in New Issue