Origen V93K SMT7 Library
 All Classes Namespaces Files Functions Variables Typedefs Macros
test_method.hpp
Go to the documentation of this file.
1 #ifndef ORIGEN_TEST_METHOD_INCLUDED
2 #define ORIGEN_TEST_METHOD_INCLUDED
3 
4 #include "mapi.hpp"
5 #include "rdi.hpp"
6 
7 #define origen getThis()
8 
9 using namespace std;
10 
11 namespace Origen {
12 namespace TestMethod {}
13 }
14 
15 #endif