Commit 8276a077 authored by topjohnwu's avatar topjohnwu

Fix API doc

parent abfb3bb3
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
// See preAppSpecialize(args) for more info. // See preAppSpecialize(args) for more info.
virtual void preServerSpecialize(ServerSpecializeArgs *args) {} virtual void preServerSpecialize(ServerSpecializeArgs *args) {}
// This function is called after the app process is specialized. // This function is called after the system server process is specialized.
// At this point, the process runs with the privilege of system_server. // At this point, the process runs with the privilege of system_server.
virtual void postServerSpecialize(const ServerSpecializeArgs *args) {} virtual void postServerSpecialize(const ServerSpecializeArgs *args) {}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment