Mobile API Reference  MicroStrategy 2019
DSSSecondClassObject.h
Go to the documentation of this file.
1 /*
2  * DSSSecondClassObject.h
3  * DashboardViewer
4  *
5  * Created by Luo Ming on 10-1-4.
6  * Copyright 2010 __MyCompanyName__. All rights reserved.
7  *
8  */
9 
10 #ifndef SECOND_CLASS_OBJECT_H
11 #define SECOND_CLASS_OBJECT_H
12 
13 #include "stddef.h"
14 #include "DSSObjectInfo.h"
15 
17 {
18 protected:
20 
21 public:
23  virtual ~DSSSecondClassObject();
24  DSSSecondClassObject(DSSObjectContext* ipObjectContext);
26 };
27 
28 #endif
virtual ~DSSSecondClassObject()
DSSObjectContext * mpObjectContext
Definition: DSSSecondClassObject.h:19
Definition: DSSSecondClassObject.h:16
Definition: DSSObjectContext.h:272
DSSObjectContext * getObjectContext()