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

« back to all changes in this revision

Viewing changes to objectImpl.h

  • 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:
52
52
 #define GetMax(f)   (GetLo15b((f)))
53
53
 #define IsMallocedMax(x) (GetHi1b((x)))
54
54
 
55
 
 #define CLALIGN 4
 
55
 #define CLALIGN sizeof(void*)
56
56
 #define CLEXTRA 0
57
57
 
58
58
 #define ALIGN(x,y) (x == 0 ? 0 : ((((x-1)/y)+1)*y))
143
143
    #define HDR_ContainsEmbeddedObject 4
144
144
    #define HDR_StrBufferMalloced 16
145
145
    #define HDR_ArrayBufferMalloced 32 
 
146
    #define HDR_FromMof 64
146
147
   #endif
147
148
   unsigned short type;
148
149
   #ifndef SETCLPFX
456
457
extern int ClClassGetMethParamQualifierAt(ClClass * cls, ClParameter *parm, int id, CMPIData *d, char **name);
457
458
extern int isInstance(const CMPIInstance *ci);
458
459
extern ClInstance *ClInstanceNew(const char *ns, const char *cn);
 
460
extern ClInstance *ClInstanceNewFromMof(const char *ns, const char *cn);
459
461
extern unsigned long ClSizeInstance(ClInstance *inst);
460
462
extern ClInstance *ClInstanceRebuild(ClInstance *inst, void *area);
461
463
extern void ClInstanceRelocateInstance(ClInstance *inst);