aboutsummaryrefslogtreecommitdiff
path: root/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:23:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:23:44 +0000
commite969c2e894819e9d74824b1af5a3dbb0b790e87a (patch)
tree299efbccc7f71daa67253b5d436c4bcdfaeddf9e /tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h
parenta0b59034b81c3dc28f54d0e234bb6eb628b7f670 (diff)
parent1487d3a350538efd795d41e681242d363bdbc2f9 (diff)
downloadaidl-e969c2e894819e9d74824b1af5a3dbb0b790e87a.tar.gz
Change-Id: I0b6e05e363f096e2bf4b873e94063d78112ab519
Diffstat (limited to 'tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h')
-rw-r--r--tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h b/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h
index eecf292d..bbafb240 100644
--- a/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h
+++ b/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/FixedSizeArrayExample.h
@@ -63,8 +63,11 @@ public:
return os.str();
}
};
+ class IRepeatFixedSizeArrayDelegator;
+
class IRepeatFixedSizeArray : public ::ndk::ICInterface {
public:
+ typedef IRepeatFixedSizeArrayDelegator DefaultDelegator;
static const char* descriptor;
IRepeatFixedSizeArray();
virtual ~IRepeatFixedSizeArray();
@@ -141,8 +144,11 @@ public:
A = 0L,
};
+ class IEmptyInterfaceDelegator;
+
class IEmptyInterface : public ::ndk::ICInterface {
public:
+ typedef IEmptyInterfaceDelegator DefaultDelegator;
static const char* descriptor;
IEmptyInterface();
virtual ~IEmptyInterface();