ORBit2 r2046 - in trunk: . src/orb/orb-core



Author: chpe
Date: Tue Jan 29 12:46:47 2008
New Revision: 2046
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2046&view=rev

Log:
2008-01-29  Christian Persch  <chpe gnome org>

	* src/orb/orb-core/corba-typecode.c: (tc_dec): Use G_STRFUNC, since
	G_GNUC_FUNCTION was deprecated.

Modified:
   trunk/ChangeLog
   trunk/src/orb/orb-core/corba-typecode.c

Modified: trunk/src/orb/orb-core/corba-typecode.c
==============================================================================
--- trunk/src/orb/orb-core/corba-typecode.c	(original)
+++ trunk/src/orb/orb-core/corba-typecode.c	Tue Jan 29 12:46:47 2008
@@ -1098,7 +1098,7 @@
 
 		if (lkind != CORBA_tk_recursive) {
 			g_warning ("%s: invalid CORBA_TCKind, lkind=%lu",
-				   G_GNUC_FUNCTION, (unsigned long int) lkind);
+				   G_STRFUNC, (unsigned long int) lkind);
 			return TRUE;
 		}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]