soundtest_launch.cpp
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. #include <soundtest_launch.h>
  2. #include "soundtest.h"
  3. const char *
  4. soundtest_launch_getname (void)
  5. {
  6. return ("OaSoundTest");
  7. }
  8. OpApplication *
  9. soundtest_launch_create (void)
  10. {
  11. return (OaSoundTest::Create ());
  12. }