Move image opening/loading to the new requests system
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Jul 2012 14:23:09 +0000 (14:23 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Jul 2012 14:23:09 +0000 (14:23 +0000)
commit96f37acb2ee554b3a7018435390be6d24f149a3b
tree09c098e0527fae57c1499d4cf30c278217799d8a
parente9fe340b27d13289802063932a941e91cde3572e
Move image opening/loading to the new requests system
A lot going on here:
 - Request callbacks were adapted to fit the new scheme
 - The old requests systems in the cache was wiped out
 - Old slave handling in evas_cserve2_main.c is dead too
 - PRELOAD commands are responded with LOADED now

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@73984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/evas_cserve2.h
src/bin/evas_cserve2_cache.c
src/bin/evas_cserve2_client.c
src/bin/evas_cserve2_main.c
src/bin/evas_cserve2_requests.c
src/lib/cserve2/evas_cs2.h
src/lib/cserve2/evas_cs2_client.c