cmpi
cmpi
CmpiBooleanData.h
Go to the documentation of this file.
1
/*
2
*
3
* $Id: CmpiBooleanData.h,v 1.3 2008/07/09 19:36:59 tyreld Exp $
4
*
5
* (C) Copyright IBM Corp. 2003, 2005, 2008
6
*
7
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
8
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
9
* CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
10
*
11
* You can obtain a current copy of the Eclipse Public License from
12
* http://www.opensource.org/licenses/eclipse-1.0.txt
13
*
14
* Author: Adrian Schuur <schuur@de.ibm.com>
15
* Contributors: Heidi Neumann, heidineu@de.ibm.com
16
* Angel Nunez Mencias, anunez@de.ibm.com
17
* Viktor Mihajlovski, mihajlov@de.ibm.com
18
*
19
* Description: CMPI Boolean Data Definitions
20
*
21
*/
22
23
#ifndef _CmpiBooleanData_h_
24
#define _CmpiBooleanData_h_
25
26
#include "
Linkage.h
"
27
#include "
CmpiData.h
"
28
37
class
CMPI_PROVIDER_LINKAGE
CmpiBooleanData
:
public
CmpiData
{
38
public
:
39
42
CmpiBooleanData
(
CMPIBoolean
d);
43
44
};
45
46
extern
CmpiBooleanData
CmpiTrue
;
47
extern
CmpiBooleanData
CmpiFalse
;
48
49
#endif
50
51
52
CmpiFalse
CmpiBooleanData CmpiFalse
CmpiTrue
CmpiBooleanData CmpiTrue
CmpiData.h
Linkage.h
CMPI_PROVIDER_LINKAGE
#define CMPI_PROVIDER_LINKAGE
Definition
Linkage.h:28
CmpiBooleanData
Definition
CmpiBooleanData.h:37
CmpiData
Definition
CmpiData.h:52
CMPIBoolean
unsigned char CMPIBoolean
Definition
cmpidt.h:219
Generated by
1.12.0