- /*============================================================================*
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
- #ifndef CONVERT_UTIL_H
- #define CONVERT_UTIL_H
- class CHXAvConvertUtil
- {
- public:
- static bool StringToInt(const char* pBuf, int& value);
- };
- #endif // CONVERT_UTIL_H