sbsv2/raptor/test/smoke_suite/test_resources/mmp/apply/test_mmp_apply.cpp
author timothy.murphy@nokia.com
Fri, 20 Nov 2009 21:18:02 +0000
branchwip
changeset 10 a5abe4904f43
child 25 2b76b04e296d
permissions -rw-r--r--
Update to Perforce WIP, added and removed files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     1
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     2
#include "e32def.h"
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     3
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     4
char test[] = "test mmp keyword APPLY";
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     5
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     6
TInt E32Main()
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     7
{
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     8
	return 0;
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     9
}