piethernet

git-svn-id: svn://db.shs.com.ru/pip@38 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-03-20 14:05:31 +00:00
parent 94b4870d94
commit f89764d6bc
20 changed files with 283 additions and 42 deletions

View File

@@ -412,6 +412,7 @@ class PIP_EXPORT PIObject
{
friend class PIObjectManager;
friend void dumpApplication();
typedef PIObject __PIObject__;
public:
//! Contructs PIObject with name "name"
@@ -689,7 +690,19 @@ protected:
virtual void propertyChanged(const PIString & name) {}
static const PIString __classNameS() {return PIString();} \
static const PIString __classNameS() {return PIString("PIObject");}
EVENT(deleted)
//! \events
//! \{
/** \fn void deleted()
* \brief Raise before object delete
* \note This event raised from destructor, so use only emitter() value,
* don`t try to cast deleted object to some subclass! */
//! \}
private:
struct Connection {