Skip to content

Commit

Permalink
regenerate code (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Feng <[email protected]>
  • Loading branch information
finalpatch and li-feng-sc authored Feb 1, 2022
1 parent 2df8a4f commit 72fc4f0
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion test-suite/generated-src/cpp/test_ident_enum.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/cpp/test_ident_record.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#include "test_ident_record.hpp" // my header

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/cpp/test_ident_record.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

package com.dropbox.djinni.test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

package com.dropbox.djinni.test;

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/jni/NativeTestIdentEnum.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/jni/NativeTestIdentRecord.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#include "NativeTestIdentRecord.hpp" // my header
#include "Marshal.hpp"
Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/jni/NativeTestIdentRecord.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentEnum+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#include "test_ident_enum.hpp"
#import "DJIMarshal+Private.h"
Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentEnum.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentRecord+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#import "DBTestIdentRecord.h"
#include "test_ident_record.hpp"
Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentRecord+Private.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#import "DBTestIdentRecord+Private.h"
#import "DJIMarshal+Private.h"
Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentRecord.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion test-suite/generated-src/objc/DBTestIdentRecord.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from ident_explicit.djinni
// This file was generated by Djinni from ident_explicit.djinni

#import "DBTestIdentRecord.h"

Expand Down

0 comments on commit 72fc4f0

Please sign in to comment.