Only use rpc namespace in debug mode
This commit is contained in:
parent
8e5afeccc9
commit
650950fe02
|
@ -37,9 +37,9 @@
|
||||||
#import "rpc.hpp"
|
#import "rpc.hpp"
|
||||||
|
|
||||||
#define WEB_SERVER_PORT 8082
|
#define WEB_SERVER_PORT 8082
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace realm::rpc;
|
using namespace realm::rpc;
|
||||||
|
#endif
|
||||||
|
|
||||||
@interface NSObject ()
|
@interface NSObject ()
|
||||||
- (instancetype)initWithJSContext:(void *)context;
|
- (instancetype)initWithJSContext:(void *)context;
|
||||||
|
|
Loading…
Reference in New Issue