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

« back to all changes in this revision

Viewing changes to .pc/fix-manpage-mismatch.patch/man/man3/CMPIArgs.3

  • Committer: Package Import Robot
  • Author(s): Kent Baxley
  • Date: 2014-06-25 13:34:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140625133421-6a2arkqw06znji3u
Tags: 2.2.7-0ubuntu1
* New upstream release (LP: #1335941). 
* New Features:
 - [bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()

 Bugs:
 - [bugs:#2728] Missing tag definition for REFARRAY
 - [bugs:#2729] Improper type handling for EmbeddedObject in PARAMVALUE
 - [bugs:#2730] More memory leaks in backend/cimxml/grammer.c
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH  3  2005-06-09 "sfcc" "SFCBroker Client Library"
 
2
.SH NAME
 
3
CMPIArgs \- CMPIArgs class implementation
 
4
.SH SYNOPSIS
 
5
.br
 
6
.SS "Public Attributes"
 
7
.in +1c
 
8
.ti -1c
 
9
.RI "int \fBvoid * hdl\fP
 
10
.br
 
11
Opaque pointer to class instance data.
 
12
.ti -1c
 
13
.RI "\fBCMPIArgsFT\fP * \fBft\fP"
 
14
.br
 
15
.RI "\fIPointer to the Args Function Table. \fP"
 
16
.in -1c
 
17
.SH METHODS
 
18
.in +1c
 
19
.ti -1c
 
20
.RI "\fBCMPIStatus\fP \fBrelease\fP (\fBCMPIArgs\fP *args)"
 
21
.br
 
22
.ti -1c
 
23
.RI "\fBCMPIArgs\fP * \fBclone\fP (\fBCMPIArgs\fP *args, \fBCMPIStatus\fP *rc)"
 
24
.br
 
25
.ti -1c
 
26
.RI "\fBCMPIStatus\fP \fBaddArg\fP (\fBCMPIArgs\fP *args, char *name, \fBCMPIValue\fP *value, \fBCMPIType\fP type)"
 
27
.br
 
28
.ti -1c
 
29
.RI "\fBCMPIData\fP \fBgetArg\fP (\fBCMPIArgs\fP *args, char *name, \fBCMPIStatus\fP *rc)"
 
30
.br
 
31
.ti -1c
 
32
.RI "\fBCMPIData\fP \fBgetArgAt\fP (\fBCMPIArgs\fP *args, unsigned int index, \fBCMPIString\fP **name, \fBCMPIStatus\fP *rc)"
 
33
.br
 
34
.ti -1c
 
35
.RI "unsigned int \fBgetArgCount\fP (\fBCMPIArgs\fP *args, \fBCMPIStatus\fP *rc)"
 
36
.br
 
37
.in -1c
 
38
.SH DESCRIPTION
 
39
Native CMPIArgs implementation. 
 
40
 
 
41
This is the native CMPIArgs implementation as used for remote providers. It reflects the well-defined interface of a regular CMPIArgs object, however, it works independently from the management broker.
 
42
.PP
 
43
It is part of a native broker implementation that simulates CMPI data types rather than interacting with the entities in a full-grown CIMOM.
 
44
.SH "SEE ALSO"
 
45
Common Manageability Programming Interface (CMPI) - OpenGroup