forked from vision-dbms/vision-xa-nodejs-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathva_node_template.cc
41 lines (31 loc) · 837 Bytes
/
va_node_template.cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/***** VA_Node_Template Implementation *****/
/************************
************************
***** Interfaces *****
************************
************************/
/********************
***** System *****
********************/
#include "Vk.h"
/******************
***** Self *****
******************/
#include "va_node_template.h"
/************************
***** Supporting *****
************************/
/********************************
********************************
***** VA::Node::Template *****
********************************
********************************/
/**************************
**************************
***** Construction *****
**************************
**************************/
VA::Node::Template::Template (
Isolate *pIsolate
) : BaseClass (pIsolate) {
}