branch | CompilerCompatibility |
changeset 13 | db95ac47977d |
parent 0 | dab8a81a92de |
12:bec481daea11 | 13:db95ac47977d |
---|---|
321 /** |
321 /** |
322 * Waits until active schedure has nothing to do. |
322 * Waits until active schedure has nothing to do. |
323 * @param None. |
323 * @param None. |
324 * @return None. |
324 * @return None. |
325 */ |
325 */ |
326 static void CAspIdleWait::WaitL(); |
326 static void WaitL(); |
327 |
327 |
328 private: |
328 private: |
329 static TInt IdleCallback(TAny* aThisPtr); |
329 static TInt IdleCallback(TAny* aThisPtr); |
330 |
330 |
331 private: |
331 private: |