Mobile API Reference  MicroStrategy 2019
PDCassert.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : PDCassert.h
3 // AUTHOR : Perl Script
4 // CREATION : 6/13/02
5 // Copyright (C) MicroStrategy, Inc. 2002
6 //==============================================================================================
7 #ifndef PDCassert_h
8 #define PDCassert_h
9 
10 // this must be the *first* file included
11 #include "ProtectedSource/Prolog.h"
12 
13 #include <cassert>
14 #include "Base/Defines/Asserte.h"
15 
16 // this must be the *last* file included
17 #include "ProtectedSource/Epilog.h"
18 
19 #endif // PDCassert_h