~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-persist-client.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                              Bonobo_Stream      stream,
20
20
                              CORBA_Environment *opt_ev)
21
21
{
22
 
        char                           *iid = 0;
 
22
        char                           *iid = NULL;
23
23
        CORBA_Environment               my_ev;
24
24
        Bonobo_PersistStream            pstream = CORBA_OBJECT_NIL;
25
25
 
63
63
bonobo_object_from_stream (Bonobo_Stream      stream,
64
64
                           CORBA_Environment *opt_ev)
65
65
{
66
 
        char                 *iid = 0;
 
66
        char                 *iid = NULL;
67
67
        CORBA_Environment     my_ev, *ev;
68
68
        Bonobo_PersistStream  pstream = CORBA_OBJECT_NIL;
69
69