mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
includes
This commit is contained in:
parent
bdacd93bb8
commit
bc24557b01
@ -189,6 +189,10 @@
|
||||
RelativePath=".\introspect.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\javajs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\jsobj.cpp"
|
||||
>
|
||||
@ -259,6 +263,10 @@
|
||||
RelativePath=".\introspect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\javajs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\jsobj.h"
|
||||
>
|
||||
|
@ -1,5 +1,7 @@
|
||||
// java.cpp
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,7 +1,8 @@
|
||||
// java.h
|
||||
|
||||
#ifndef _JAVA_H_
|
||||
#define _JAVA_H_
|
||||
#pragma once
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "jsobj.h"
|
||||
|
||||
@ -65,4 +66,3 @@ class JavaJSImpl {
|
||||
} JavaJS;
|
||||
|
||||
|
||||
#endif // _JAVA_H_
|
||||
|
Loading…
Reference in New Issue
Block a user