gstregistrygenerator/inc/gstregistrygenerator.h
changeset 0 0e761a78d257
child 34 1b8125c02661
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gstregistrygenerator/inc/gstregistrygenerator.h	Thu Dec 17 08:53:32 2009 +0200
@@ -0,0 +1,22 @@
+/*
+ ============================================================================
+ Name		: GSTRegistryGenerator.h
+ Author	  : 
+ Copyright   : Your copyright notice
+ Description : Exe header file
+ ============================================================================
+ */
+
+#ifndef __GSTREGISTRYGENERATOR_H__
+#define __GSTREGISTRYGENERATOR_H__
+
+//  Include Files
+
+#include <e32base.h>
+
+//  Function Prototypes
+
+GLDEF_C TInt E32Main();
+
+#endif  // __GSTREGISTRYGENERATOR_H__
+