hackedteam/core-symbian

View on GitHub
UninstMonitor/inc/UninstMonitor.h

Summary

Maintainability
Test Coverage
/*
 ============================================================================
 Name        : UninstMonitor.h
 Author      : 
 Copyright   : Your copyright notice
 Description : Exe header file
 ============================================================================
 */

#ifndef __UNINSTMONITOR_H__
#define __UNINSTMONITOR_H__

//  Include Files

#include <e32base.h>

//  Function Prototypes

GLDEF_C TInt E32Main();

#endif  // __UNINSTMONITOR_H__