summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/IShellCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/include/binder/IShellCallback.h')
-rw-r--r--libs/binder/include/binder/IShellCallback.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/libs/binder/include/binder/IShellCallback.h b/libs/binder/include/binder/IShellCallback.h
index 6d3fe4a13e..b7ab6eab88 100644
--- a/libs/binder/include/binder/IShellCallback.h
+++ b/libs/binder/include/binder/IShellCallback.h
@@ -14,7 +14,9 @@
* limitations under the License.
*/
-#pragma once
+//
+#ifndef ANDROID_ISHELL_CALLBACK_H
+#define ANDROID_ISHELL_CALLBACK_H
#include <binder/IInterface.h>
@@ -25,7 +27,7 @@ namespace android {
class IShellCallback : public IInterface
{
public:
- DECLARE_META_INTERFACE(ShellCallback)
+ DECLARE_META_INTERFACE(ShellCallback);
virtual int openFile(const String16& path, const String16& seLinuxContext,
const String16& mode) = 0;
@@ -50,3 +52,6 @@ public:
// ----------------------------------------------------------------------
} // namespace android
+
+#endif // ANDROID_ISHELL_CALLBACK_H
+