1 |
|
#include "extmethod.h" |
2 |
|
|
3 |
#include <stdexcept> |
#include <stdexcept> |
4 |
using namespace std; |
using namespace std; |
5 |
|
|
6 |
#include "extmethod.h" |
#ifndef ASCXX_USE_PYTHON |
7 |
|
# error "Where's ASCXX_USE_PYTHON?" |
|
#ifdef ASCXX_USE_PYTHON |
|
|
extern "C"{ |
|
|
# include <compiler/importhandler.h> |
|
|
} |
|
8 |
#endif |
#endif |
9 |
|
|
10 |
/*--- WARNING --- |
/*--- WARNING --- |
51 |
} |
} |
52 |
#endif |
#endif |
53 |
|
|
54 |
|
|
55 |
const char * |
const char * |
56 |
ExtMethod::getName() const{ |
ExtMethod::getName() const{ |
57 |
return ExternalFuncName(e); |
return ExternalFuncName(e); |