chxavthread.h
Upload User: dangjiwu
Upload Date: 2013-07-19
Package Size: 42019k
Code Size: 0k
Category:

Symbian

Development Platform:

Visual C++

  1. /*============================================================================*
  2.  *
  3.  * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
  4.  *
  5.  *============================================================================*/
  6.  
  7. #ifndef _chxavthread_h_
  8. #define _chxavthread_h_
  9. namespace CHXAvThread
  10. {
  11.     void WaitAndProcessNextRequest();
  12.     void ProcessPendingRequests();
  13. }
  14. #endif // _chxavthread_h_