Mobile API Reference  MicroStrategy 2019
BaseException.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : BaseException.h
3 // AUTHOR : Juan Pablo Muraira
4 // CREATION : 9/26/01
5 // Copyright (C) MicroStrategy Incorporated 2001
6 // All Rights Reserved
7 //==============================================================================================
8 //
9 // ##### ###### ##### ##### ###### ##### #### ##### ###### #####
10 // # # # # # # # # # # # # # # #
11 // # # ##### # # # # ##### # # # # ##### # #
12 // # # # ##### ##### # # ###### # # # #
13 // # # # # # # # # # # # # # #
14 // ##### ###### # # # ###### ##### # # # ###### #####
15 //
16 #ifndef MBase_BaseException_h
17 #define MBase_BaseException_h
18 
19 #ifdef __ANDROID__
20  #include "Base/Base/BaseString.h"
21 #else
22  #include "PDCHeader/PDCwchar.h" // for wchar_t
23  #include "Base/Base/LastError.h"
24 
25  #if defined(GetMessage)
26  #error Please make sure that you include <winbase.h>/<windows.h> properly (via Common/PDCHeader)
27  #endif
28 
29  #include "../Base/Message.h"
30 #endif
31 
32 namespace MBase
33 {
34 #ifdef __ANDROID__
35  typedef String BaseException;
36 #else
38 #endif
39 }
40 
41 #endif // MBase_BaseException_h
Message BaseException
Definition: BaseException.h:37
Definition: Message.h:32
Definition: Allocator.h:47
std::basic_string< WCHAR, std::char_traits< WCHAR >, Allocator< WCHAR > > String
Definition: BaseString.h:26