From 4534151926c4f3887ba9e37ae67df16f1eb039ef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:25:52 +0000 Subject: split up the otk stuff into separate files. wrap otk::Property properly with typemaps so that it is usable. wrap otk::Timer properly so that you can use it with a python callback --- wrap/ob_client.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrap/ob_client.i') diff --git a/wrap/ob_client.i b/wrap/ob_client.i index af861edd..353db7e5 100644 --- a/wrap/ob_client.i +++ b/wrap/ob_client.i @@ -7,8 +7,8 @@ #include "client.hh" %} -%include "otk.i" // XXX otk_size.i!!! -%include "ustring.i" +%include "otk_size.i" +%include "otk_ustring.i" %include "std_string.i" namespace ob { -- cgit v1.2.3