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

« back to all changes in this revision

Viewing changes to cimc/cimc.h

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-08-19 14:41:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090819144155-jb46y5kmluacii70
Tags: 2.2.0-0ubuntu1
* New upstream version.
* debian/libcimcclient0.install: Ship missing libcmpisfcc library
* debian/control:
  - Switch to libcurl4-openssl-dev to match the rest of the SBLIM stack
  - Bump debhelper depend to >=5 to match debian/compat
  - Fix section names, add missing ${misc:Depends}
* debian/copyright: Add missing copyright notice
* debian/rules: Removed spurious DH_MAKESHLIBS argument

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/*
3
 
 * $Id: cimc.h,v 1.1 2007/02/07 14:25:17 mihajlov Exp $
 
3
 * $Id: cimc.h,v 1.4 2007/12/21 15:10:43 sschuetz Exp $
4
4
 *
5
5
 * © Copyright IBM Corp. 2007
6
6
 *
396
396
      (CIMCEnv *ce, CIMCUint64 binTime, CIMCBoolean interval, CIMCStatus* rc);
397
397
    CIMCDateTime* (*newDateTimeFromChars)
398
398
      (CIMCEnv *ce, const char *utcTime, CIMCStatus* rc);
 
399
    CIMCIndicationListener* (*newIndicationListener)
 
400
      (CIMCEnv *ce, int sslMode, int *portNumber, char **socketName, 
 
401
       void (*fp) (CIMCInstance *indInstance), CIMCStatus* rc);
399
402
  } CIMCEnvFT;
400
403
 
401
404
  struct _CIMCEnv {