On Sat, 6 Nov 2010, Enlightenment SVN wrote:
> Log: > add ecore_con strings > > Author: discomfitor > Date: 2010-11-06 10:06:56 -0700 (Sat, 06 Nov 2010) > New Revision: 54241 > > Modified: > trunk/ecore/src/lib/ecore/ecore.c I think that those strings should not go into ecore.c Vincent > > Modified: trunk/ecore/src/lib/ecore/ecore.c > =================================================================== > --- trunk/ecore/src/lib/ecore/ecore.c 2010-11-06 17:04:09 UTC (rev 54240) > +++ trunk/ecore/src/lib/ecore/ecore.c 2010-11-06 17:06:56 UTC (rev 54241) > @@ -276,6 +276,15 @@ > case ECORE_MAGIC_EVENT: > return "Ecore_Event (Event)"; > break; > + case ECORE_MAGIC_CON_SERVER: > + return "Ecore_Con_Server (Connection Server)"; > + break; > + case ECORE_MAGIC_CON_CLIENT: > + return "Ecore_Con_Client (Connection Client)"; > + break; > + case ECORE_MAGIC_CON_URL: > + return "Ecore_Con_Url (Connection Url)"; > + break; > default: > return "<UNKNOWN>"; > }; > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
