~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to cimc/cimcft.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-11-15 11:49:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121115114936-53syr7flsjo21gw3
Tags: 2.2.4-0ubuntu1
* New upstream release.
* Add debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
    CIMCArgsFT* ft;
433
433
  };
434
434
 
 
435
  struct _CIMCArgsFT {
 
436
    int ftVersion;
 
437
    CIMCStatus (*release) (CIMCArgs args);
 
438
    CIMCArgs* (*clone) (CIMCArgs* args, CIMCStatus* rc);
 
439
    CIMCStatus (*addArg) (CIMCArgs* args, const char* name, CIMCValue* value, CIMCType type);
 
440
    CIMCData (*getArg) (CIMCArgs * args, const char * name, CIMCStatus * rc);
 
441
    CIMCData (*getArgAt) (CIMCArgs * args, unsigned int index, CIMCString ** name, CIMCStatus * rc);
 
442
    unsigned int (*getArgCount) (CIMCArgs * args, CIMCStatus * rc );
 
443
  };
 
444
 
435
445
  /** This structure represents the Encapsulated String object.
436
446
   */
437
447
  struct _CIMCString {