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

Symbian

Development Platform:

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. }