Initial rewrite of the monitor object.

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

SVN revision: 84117
This commit is contained in:
Christopher Michael 2013-02-19 10:55:07 +00:00 committed by Christopher Michael
parent fbb5baea84
commit 4dfda15a8d
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