diff options
author | Josh Blum | 2013-05-07 21:41:33 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-07 21:41:33 -0700 |
commit | ea7e8426db723968d91855af28a7c8b7a3482774 (patch) | |
tree | 522aeb33958c41a58ea57a24fe85c6c3f7b59d1a /python/gras | |
parent | 60a154123f4452d3699e25a245c145eed896f1d3 (diff) | |
download | sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.tar.gz sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.tar.bz2 sandhi-ea7e8426db723968d91855af28a7c8b7a3482774.zip |
gras: create common gras/exception.i header
fix other misc swig warnings
Diffstat (limited to 'python/gras')
-rw-r--r-- | python/gras/GRAS_SBuffer.i | 4 | ||||
-rw-r--r-- | python/gras/GRAS_ThreadPool.i | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/gras/GRAS_SBuffer.i b/python/gras/GRAS_SBuffer.i index 74cc475..867d2f1 100644 --- a/python/gras/GRAS_SBuffer.i +++ b/python/gras/GRAS_SBuffer.i @@ -1,9 +1,9 @@ // Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. -%include <gras/sbuffer.i> - %include <PMC/Registry.i> +%include <gras/sbuffer.i> + DECL_PMC_SWIG_TYPE(gras::SBuffer, swig_sbuffer) %pythoncode %{ diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i index 4cf75e0..88fb8c3 100644 --- a/python/gras/GRAS_ThreadPool.i +++ b/python/gras/GRAS_ThreadPool.i @@ -9,6 +9,8 @@ //////////////////////////////////////////////////////////////////////// #pragma SWIG nowarn=401 +%include <gras/exception.i> + %include <std_string.i> %include <gras/gras.hpp> |