- /*============================================================================*
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
- #ifndef _chxavthread_h_
- #define _chxavthread_h_
- namespace CHXAvThread
- {
- void WaitAndProcessNextRequest();
- void ProcessPendingRequests();
- }
- #endif // _chxavthread_h_