Ecore con: Add Connector class (the connecting variant of server).
authorTom Hacohen <tom@stosb.com>
Thu, 28 Aug 2014 13:17:16 +0000 (14:17 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 1 Sep 2014 11:35:22 +0000 (12:35 +0100)
commit0c9a1d8a99e8807833bdd320bd8cdacff26a0e52
tree2a4176121a55a0936e6a639e8c6dd67b640dcb1d
parent4cc893f0afb1475af8ca04cd37d24e596c6ac607
Ecore con: Add Connector class (the connecting variant of server).

This change also consists of cleaning up the server class and adding a
constructor and a finalizer to it.
src/Makefile_Ecore_Con.am
src/lib/ecore_con/Ecore_Con.h
src/lib/ecore_con/Ecore_Con_Eo.h
src/lib/ecore_con/Ecore_Con_Legacy.h
src/lib/ecore_con/ecore_con.c
src/lib/ecore_con/ecore_con_base.eo
src/lib/ecore_con/ecore_con_connector.eo [new file with mode: 0644]
src/lib/ecore_con/ecore_con_server.eo