summaryrefslogtreecommitdiff
path: root/Static.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Static.cpp')
-rw-r--r--Static.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Static.cpp b/Static.cpp
index 03d0263..c63e503 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -76,20 +76,20 @@ TextOutput& aerr(gStderrTextOutput);
Mutex gProcessMutex;
sp<ProcessState> gProcess;
-class LibBinderIPCtStatics
+class LibHwbinderIPCtStatics
{
public:
- LibBinderIPCtStatics()
+ LibHwbinderIPCtStatics()
{
}
- ~LibBinderIPCtStatics()
+ ~LibHwbinderIPCtStatics()
{
IPCThreadState::shutdown();
}
};
-static LibBinderIPCtStatics gIPCStatics;
+static LibHwbinderIPCtStatics gIPCStatics;
} // namespace hardware
} // namespace android