~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to mofc/backend_sfcb.c

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: backend_sfcb.c,v 1.19 2007/08/28 08:37:13 sschuetz Exp $
 
2
 * $Id: backend_sfcb.c,v 1.20 2009/01/08 16:46:33 buccella Exp $
3
3
 *
4
4
 * (C) Copyright IBM Corp. 2004
5
5
 * 
449
449
        }
450
450
 
451
451
        path = mofc_getObjectPath(ce, ie, ns);
452
 
        inst = ClInstanceNew(ns, ie->class_id);
 
452
    
 
453
    if (ie->instmig)
 
454
        inst = ClInstanceNew(ns, ie->class_id);
 
455
    else
 
456
        inst = ClInstanceNewFromMof(ns, ie->class_id);
453
457
 
454
458
    while (inst_props) {
455
459
                if (sfcb_options & BACKEND_VERBOSE) {