cmpi
CmpiSelectExp.h
Go to the documentation of this file.
1/*
2 *
3 * $Id: CmpiSelectExp.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 Select Expression Definitions
20 *
21 */
22
23#ifndef _CmpiSelectExp_h_
24#define _CmpiSelectExp_h_
25
26#include "cmpidt.h"
27#include "cmpift.h"
28
29#include "Linkage.h"
30
31#include "CmpiObject.h"
32#include "CmpiStatus.h"
33#include "CmpiObjectPath.h"
34#include "CmpiBroker.h"
35#include "CmpiData.h"
36
37class CmpiObjectPath;
38
44 friend class CmpiBroker;
45 friend class CmpiResult;
46 friend class CmpiIndicationMI;
47protected:
48
51 CmpiSelectExp(const CMPISelectExp* enc);
52
55 CMPISelectExp *getEnc() const;
56
57private:
58
62public:
63};
64
65#endif
#define CMPI_PROVIDER_LINKAGE
Definition: Linkage.h:28
Definition: CmpiBroker.h:46
Definition: CmpiIndicationMI.h:41
Definition: CmpiObjectPath.h:42
Definition: CmpiObject.h:42
Definition: CmpiResult.h:40
Definition: CmpiSelectExp.h:43
Definition: cmpift.h:1717