~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to src/orb/poa/poa.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
574
574
        /* bounce all pending requested (OBJECT_NOT_EXIST
575
575
         * exceptions raised); none should get requeued. */
576
576
        ORBit_POA_handle_held_requests (poa);
577
 
        g_assert (poa->held_requests == 0);
 
577
        g_assert (poa->held_requests == NULL);
578
578
 
579
579
        if (IS_RETAIN (poa)) {
580
580
                TraverseInfo info;