Backport: 4dfda15 :: Initial rewrite of the monitor object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84117
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:55:07 +00:00 committed by Deon Thomas
parent 652db147ca
commit 671f459fbc
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#include "e.h"
#include "e_mod_main.h"
#include "e_smart_monitor.h"

View File

@ -0,0 +1,7 @@
#ifdef E_TYPEDEFS
#else
# ifndef E_SMART_MONITOR_H
# define E_SMART_MONITOR_H
# endif
#endif