Re-expose LineStream to Python

This commit is contained in:
rdb 2015-03-31 13:07:33 +02:00
parent 889da02c8c
commit 720fdba470
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ forcetype OFileStream
forcetype FileStream forcetype FileStream
forcetype IDecryptStream forcetype IDecryptStream
forcetype OEncryptStream forcetype OEncryptStream
forcetype LineStream
forcetype ofstream forcetype ofstream
forcetype ifstream forcetype ifstream

View File

@ -25,8 +25,9 @@
#include "configVariableList.h" #include "configVariableList.h"
#include "configVariableFilename.h" #include "configVariableFilename.h"
// Include this so interrogate can find it. // Include these so interrogate can find them.
#include "executionEnvironment.h" #include "executionEnvironment.h"
#include "lineStream.h"
#ifdef ANDROID #ifdef ANDROID
#include <jni.h> #include <jni.h>