From 473bf59297a9c8010fb35f505c872024ae3d259d Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 15 Oct 2009 10:26:27 +0000 Subject: correction bug threaded IvyApplication correction checkconnected self --- Ivy/IvyBinding.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Ivy/IvyBinding.h') diff --git a/Ivy/IvyBinding.h b/Ivy/IvyBinding.h index 38d6533..4ea96ec 100644 --- a/Ivy/IvyBinding.h +++ b/Ivy/IvyBinding.h @@ -42,12 +42,12 @@ public: /* Execution , extraction */ int Exec( const char * message ); void Match( const char *message, int argnum, int *arglen, const char **arg ); - + + const char* getExpression(); private: -#ifdef USE_PCRE -#ifdef _DEBUG + /* Expression en clair */ std::string expression_string; -#endif +#ifdef USE_PCRE pcre *regexp; pcre_extra *inspect; int ovectorsize; -- cgit v1.1