3 May 2004 22:57
cel/plugins/behaviourlayer/python blpython.h,1.7,1.8
Update of /cvsroot/cel/cel/plugins/behaviourlayer/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30617
Modified Files:
blpython.h
Log Message:
fixed a few wrong declarations in eiScript
Index: blpython.h
===================================================================
RCS file: /cvsroot/cel/cel/plugins/behaviourlayer/python/blpython.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- blpython.h 18 Feb 2004 09:47:45 -0000 1.7
+++ blpython.h 3 May 2004 20:57:23 -0000 1.8
<at> <at> -91,9 +91,11 <at> <at>
{ return false; }
bool Call(const char *name, void **ret, const char *fmt, ...)
{ return false; }
+ bool Call(const char *name, csRef<iString> &ref, const char *fmt, ...)
+ { return false; }
bool Call(const char *name, csRef<iScriptObject> &ref, const char *fmt, ...)
{ return false; }
- csPtr<iScriptObject> NewObject(const char *type, const char *fmt, ...) const
+ csRef<iScriptObject> NewObject(const char *type, const char *fmt, ...)
{ return 0; }
bool Store(const char *name, int data)
{ return false; }
<at> <at> -101,7 +103,7 <at> <at>
(Continue reading)
RSS Feed