aboutsummaryrefslogtreecommitdiff
path: root/EnumType.h
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-11-17 15:39:54 -0800
committerSteven Moreland <smoreland@google.com>2017-11-27 10:06:28 -0800
commit4b8f7a11f794d9b4899af92a856b4a03b80b31e8 (patch)
tree0937db628bde0377abba15e77b355c459563be82 /EnumType.h
parentb19c9ad3f33b8625ac32a8fbf63f028d874da1c1 (diff)
downloadhidl-4b8f7a11f794d9b4899af92a856b4a03b80b31e8.tar.gz
Rename global..Decls to package...Decls
For something like android.hidl.foo@V1_0::IFoo.SomeStruct.SomeEnum emitGlobalType/HwDeclarations puts relevant functions in "android::hidl::foo::V1_0". Since this isn't the global namespace and we are actually going to put other things relative to the global namespace, renaming. Bug: 68715899 Test: hidl_test Change-Id: Ibc465dc69d028b13d96f123a42a1f5bf391c32b3
Diffstat (limited to 'EnumType.h')
-rw-r--r--EnumType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EnumType.h b/EnumType.h
index ba284b1c..c6cbbdef 100644
--- a/EnumType.h
+++ b/EnumType.h
@@ -92,7 +92,7 @@ struct EnumType : public Scope {
status_t emitTypeDeclarations(Formatter &out) const override;
void emitTypeForwardDeclaration(Formatter& out) const override;
- status_t emitGlobalTypeDeclarations(Formatter &out) const override;
+ status_t emitPackageTypeDeclarations(Formatter& out) const override;
status_t emitTypeDefinitions(Formatter& out, const std::string& prefix) const override;
status_t emitJavaTypeDeclarations(