chxavconvertutil.h
Upload User: zhongxx05
Upload Date: 2007-06-06
Package Size: 33641k
Code Size: 0k
Category:

Symbian

Development Platform:

C/C++

  1. /*============================================================================*
  2.  *
  3.  * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
  4.  *
  5.  *============================================================================*/
  6.  
  7. #ifndef CONVERT_UTIL_H
  8. #define CONVERT_UTIL_H
  9. class CHXAvConvertUtil
  10. {
  11. public:
  12.     static bool StringToInt(const char* pBuf, int& value);
  13. };
  14. #endif // CONVERT_UTIL_H