missed exports
This commit is contained in:
@@ -64,13 +64,13 @@ public:
|
|||||||
|
|
||||||
static bool addToGroup(const PIString & group, const PIObject * element);
|
static bool addToGroup(const PIString & group, const PIObject * element);
|
||||||
|
|
||||||
class CollectionAdder {
|
class PIP_EXPORT CollectionAdder {
|
||||||
public:
|
public:
|
||||||
CollectionAdder(const PIString & group, const PIObject * element, const PIString & name = PIString(), bool own = false);
|
CollectionAdder(const PIString & group, const PIObject * element, const PIString & name = PIString(), bool own = false);
|
||||||
};
|
};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
struct Group {
|
struct PIP_EXPORT Group {
|
||||||
Group(const PIString & name_ = PIString()) {name = name_;}
|
Group(const PIString & name_ = PIString()) {name = name_;}
|
||||||
PIString name;
|
PIString name;
|
||||||
PIVector<const PIObject * > elements;
|
PIVector<const PIObject * > elements;
|
||||||
|
|||||||
Reference in New Issue
Block a user