RE: Deprecated glib functions.



Hi Mark,
	That was for removing a warning generated while building. I had enabled the
"Werror" flag while building to treat all warnings as errors. The line
__IDL_lex added in util.h removes the warning.

with regards,
Shivram

> -----Original Message-----
> From: Mark McLoughlin [mailto:mark@skynet.ie]
> Sent: Monday, February 04, 2002 8:15 PM
> To: Shivram U
> Cc: orbit-list@gnome.org
> Subject: RE: Deprecated glib functions.
>
>
> Hi,
>
> On Mon, 4 Feb 2002, Shivram U wrote:
>
> > Hi Mark,
> > 	Attached the patch with the mail.
> > The patches are for the following source directories.
> > 1. libIDL-diff - libIDL/
> > 2. ORBit2-idl-compiler-diff - ORBit2/src/idl-complier
> > 3. ORBit-orb-core-diff - ORBit2/orb/orb-core/
>
> 	Great stuff :-). I've committed the patches with ChangeLogs.
>
> 	Just one comment ...
>
> --- libIDL/util.h	Wed Aug  2 23:08:55 2000
> +++ Ported/libIDL/util.h	Mon Feb  4 07:10:04 2002
> @@ -97,6 +97,7 @@
>
>  extern void		__IDL_lex_init			(void);
>  extern void		__IDL_lex_cleanup 		(void);
> +extern int		__IDL_lex			(void);
>
> 	What's this for? I haven't committed this.
>
> Cheers,
> Mark.
>
> 2002-02-04  Shivram U <shivaram.upadhyayula@wipro.com>
>
>         reviewed by: Mark McLoughlin  <mark@skynet.ie>
>
>         * src/idl-compiler/orbit-idl-c-demarshal.c:
>         * src/idl-compiler/orbit-idl-c-marshal.c:
>         * src/idl-compiler/orbit-idl-c-skelimpl.c:
>         * src/idl-compiler/orbit-idl-c-stubs.c:
>         * src/idl-compiler/orbit-idl-c-typecode.c:
>         * src/idl-compiler/orbit-idl-c-utils.c:
>         * src/idl-compiler/orbit-idl-utils.c:
>         * src/orb/orb-core/corba-object.c:
>         Remove deprecated glib functions.
>         s/g_string_sprintf/g_string_printf/
>         s/g_string_sprintfa/g_string_append_printf/
>         s/g_main_iteration/g_main_context_iteration/.
>
> 2002-02-04  Shivram U <shivaram.upadhyayula@wipro.com>
>
>         reviewed by: Mark McLoughlin  <mark@skynet.ie>
>
>         * parser.y:
>         * util.c: remove deprecated glib functions.
>         s/g_string_sprintf/g_string_printf/ and
>         s/g_strcasecmp/g_ascii_strcasecmp/.
>

**************************Disclaimer************************************
      


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 ********************************************************************


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