Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "velascoapplication.h"
- GLDEF_C TInt E32Dll(TDllReason aReason)
- {
- return KErrNone;
- }
- EXPORT_C CApaApplication* NewApplication()
- {
- return (new CVelascoApplication);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement