Apply singleton pattern to reduce the number of used inotify instances.
authorHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 9 May 2013 13:53:56 +0000 (22:53 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 21 May 2013 08:50:10 +0000 (17:50 +0900)
commit1e23393fd8500526cc1977c0e2d9528495aada64
tree400c94415cb7ddb21540de45dfe587cf4b6076a6
parent7763ff955719ae345db454cd8e2939d6e1b91f9e
Apply singleton pattern to reduce the number of used inotify instances.

Change-Id: I55b88c38b1ac3018182294850be15cfaf9c0c6ed
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/io/CMakeLists.txt
src/io/FIo_FileEvent.cpp [new file with mode: 0644]
src/io/FIo_FileEvent.h [new file with mode: 0644]
src/io/FIo_FileEventDispatcher.cpp [new file with mode: 0644]
src/io/FIo_FileEventDispatcher.h [new file with mode: 0644]
src/io/FIo_FileEventManagerImpl.cpp
src/io/inc/FIo_FileEventManagerImpl.h