fix imports

This commit is contained in:
Ari Lazier 2015-12-01 14:44:09 -08:00
parent 62ae41327d
commit 2974d87560
27 changed files with 51 additions and 33 deletions

View File

@ -2,7 +2,7 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import <JavaScriptCore/JSBase.h> #include <JavaScriptCore/JSBase.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -6,7 +6,7 @@
#include "js_object.hpp" #include "js_object.hpp"
#include "js_util.hpp" #include "js_util.hpp"
#include "object_accessor.hpp" #include "object_accessor.hpp"
laksdlasd
using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>; using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>;
using namespace realm; using namespace realm;

View File

@ -2,15 +2,15 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "js_util.hpp" #include "js_util.hpp"
#import "js_object.hpp" #include "js_object.hpp"
#import "js_results.hpp" #include "js_results.hpp"
#import "js_schema.hpp" #include "js_schema.hpp"
#import "js_list.hpp" #include "js_list.hpp"
#import "js_realm.hpp" #include "js_realm.hpp"
#import "object_store.hpp" #include "object_store.hpp"
#import "object_accessor.hpp" #include "object_accessor.hpp"
using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>; using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>;
using namespace realm; using namespace realm;

View File

@ -2,18 +2,18 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "js_realm.hpp" #include "js_realm.hpp"
#import "js_object.hpp" #include "js_object.hpp"
#import "js_results.hpp" #include "js_results.hpp"
#import "js_list.hpp" #include "js_list.hpp"
#import "js_schema.hpp" #include "js_schema.hpp"
#import "platform.hpp" #include "platform.hpp"
#import "shared_realm.hpp" #include "shared_realm.hpp"
#import "object_accessor.hpp" #include "object_accessor.hpp"
#import "binding_context.hpp" #include "binding_context.hpp"
#import <set> #include <set>
using namespace realm; using namespace realm;

View File

@ -2,12 +2,12 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "js_results.hpp" #include "js_results.hpp"
#import "js_object.hpp" #include "js_object.hpp"
#import "object_accessor.hpp" #include "object_accessor.hpp"
#import "results.hpp" #include "results.hpp"
#import "parser.hpp" #include "parser.hpp"
#import "query_builder.hpp" #include "query_builder.hpp"
using namespace realm; using namespace realm;

View File

@ -2,8 +2,8 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "js_schema.hpp" #include "js_schema.hpp"
#import "object_store.hpp" #include "object_store.hpp"
namespace realm { namespace realm {
struct SchemaWrapper { struct SchemaWrapper {

View File

@ -2,7 +2,7 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "js_util.hpp" #include "js_util.hpp"
using namespace realm; using namespace realm;

View File

@ -2,7 +2,8 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#include <JavaScriptCore/JSBase.h> #include <JavaScriptCore/JSObjectRef.h>
#include <string> #include <string>
#include <stdexcept> #include <stdexcept>
#include "property.hpp" #include "property.hpp"

View File

@ -2,7 +2,7 @@
* Proprietary and Confidential * Proprietary and Confidential
*/ */
#import "rpc.hpp" #include "rpc.hpp"
#include <dlfcn.h> #include <dlfcn.h>
#include <map> #include <map>

View File

@ -4,8 +4,8 @@
#pragma once #pragma once
#import "json.hpp" #include "json.hpp"
#import <JavaScriptCore/JSBase.h> #include <JavaScriptCore/JSBase.h>
namespace realm { namespace realm {
class ObjectSchema; class ObjectSchema;

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/binding_context.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/index_set.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/index_set.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/list.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/list.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/object_accessor.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/object_schema.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/object_schema.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/object_store.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/object_store.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/property.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/results.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/results.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/schema.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/schema.hpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/shared_realm.cpp

View File

@ -0,0 +1 @@
../../../../../../../src/object-store/shared_realm.hpp