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

« back to all changes in this revision

Viewing changes to mofc/backend_print.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_print.c,v 1.3 2006/10/27 13:14:21 sschuetz Exp $
 
2
 * $Id: backend_print.c,v 1.4 2009/01/08 16:46:33 buccella Exp $
3
3
 *
4
4
 * (C) Copyright IBM Corp. 2004
5
5
 * 
139
139
                
140
140
                fprintf(f,"Instance %s ",ie -> class_id);
141
141
                fprintf(f,"{\n");
 
142
        if (ie->instmig)
 
143
            fprintf(f, "  From Instance Import/Migration\n");
 
144
        else
 
145
            fprintf(f, "  From MOF\n");                        
142
146
                print_property_chain(f,ie -> class_props);
143
147
                fprintf(f,"}\n");
144
148
                fprintf(f,"\n");