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
37
typedef
Message
BaseException
;
38
#endif
39
}
40
41
#endif // MBase_BaseException_h
LastError.h
PDCwchar.h
MBase::BaseException
Message BaseException
Definition:
BaseException.h:37
BaseString.h
MBase::Message
Definition:
Message.h:32
MBase
Definition:
Allocator.h:47
MBase::String
std::basic_string< WCHAR, std::char_traits< WCHAR >, Allocator< WCHAR > > String
Definition:
BaseString.h:26
Users
vvitarello
Desktop
MobileSDKSourceFiles
Base
Interfaces
BaseException.h
Generated by
1.8.14