INTEGRATION: CWS npower5 (1.16.24); FILE MERGED

2007/01/23 09:38:15 npower 1.16.24.1: #i70951 named params, used static definition for param info
This commit is contained in:
Rüdiger Timm 2007-01-29 14:05:19 +00:00
parent ccf477c697
commit 520d56e87f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: sbunoobj.hxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: vg $ $Date: 2006-11-02 16:32:48 $
* last change: $Author: rt $ $Date: 2007-01-29 15:05:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -268,6 +268,8 @@ class BasicCollection : public SbxObject
{
friend class SbiRuntime;
SbxArrayRef xItemArray;
static SbxInfoRef xAddInfo;
static SbxInfoRef xItemInfo;
void Initialize();
virtual ~BasicCollection();