v1.0.1
This commit is contained in:
parent
15f148013b
commit
600ada66f5
661 changed files with 1249 additions and 1049 deletions
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* See the file LICENSE for redistribution information.
|
||||
*
|
||||
* $Id: FuncFactory.hpp,v 1.8 2006/11/01 16:37:12 jpcs Exp $
|
||||
* $Id: FuncFactory.hpp,v 1.8.2.1 2007/01/12 18:04:46 gmfeinberg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@ public:
|
|||
|
||||
virtual const XMLCh *getName() const = 0;
|
||||
virtual const XMLCh *getURI() const = 0;
|
||||
virtual const XMLCh *getQName() const = 0;
|
||||
virtual unsigned int getMinArgs() const = 0;
|
||||
virtual unsigned int getMaxArgs() const = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue