cmpi
cmpi
CmpiContext.h
Go to the documentation of this file.
1
/*
2
*
3
* $Id: CmpiContext.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 Context Definitions
20
*
21
*/
22
23
#ifndef _CmpiContext_h_
24
#define _CmpiContext_h_
25
26
#include "
cmpidt.h
"
27
#include "
cmpift.h
"
28
29
#include "
Linkage.h
"
30
#include "
CmpiObject.h
"
31
#include "
CmpiStatus.h
"
32
36
class
CmpiData
;
37
38
class
CMPI_PROVIDER_LINKAGE
CmpiContext
:
public
CmpiObject
{
39
friend
class
CmpiBroker
;
40
friend
class
CmpiInstanceMI
;
41
friend
class
CmpiMethodMI
;
42
friend
class
CmpiAssociationMI
;
43
friend
class
CmpiPropertyMI
;
44
friend
class
CmpiIndicationMI
;
45
private
:
46
protected
:
47
50
CmpiContext
();
51
52
public
:
53
56
CmpiContext
(
CMPIContext
* c);
57
60
CMPIContext
*getEnc()
const
;
61
64
static
const
char
*
invocationFlags
;
65
68
CmpiData
getEntry(
const
char
* name)
const
;
69
};
70
71
#endif
72
73
74
CmpiIndicationMI
Definition:
CmpiIndicationMI.h:41
CmpiContext::invocationFlags
static const char * invocationFlags
Definition:
CmpiContext.h:64
cmpift.h
CmpiInstanceMI
Definition:
CmpiInstanceMI.h:41
CmpiBroker
Definition:
CmpiBroker.h:46
Linkage.h
_CMPIContext
Definition:
cmpift.h:1061
CmpiMethodMI
Definition:
CmpiMethodMI.h:41
CmpiStatus.h
CmpiData
Definition:
CmpiData.h:52
CmpiAssociationMI
Definition:
CmpiAssociationMI.h:39
CmpiObject.h
CmpiObject
Definition:
CmpiObject.h:42
CmpiPropertyMI
Definition:
CmpiPropertyMI.h:40
CMPI_PROVIDER_LINKAGE
#define CMPI_PROVIDER_LINKAGE
Definition:
Linkage.h:28
cmpidt.h
CmpiContext
Definition:
CmpiContext.h:38
Generated by
1.8.14