piethernet
git-svn-id: svn://db.shs.com.ru/pip@38 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -30,7 +30,7 @@ class PIConfig;
|
||||
|
||||
class PIP_EXPORT PIConnection: public PIObject
|
||||
{
|
||||
PIOBJECT(PIConnection)
|
||||
PIOBJECT_SUBCLASS(PIConnection, PIObject)
|
||||
public:
|
||||
|
||||
//! Constructs an empty connection
|
||||
@@ -373,7 +373,7 @@ private:
|
||||
};
|
||||
|
||||
class Sender: public PITimer {
|
||||
PIOBJECT(Sender)
|
||||
PIOBJECT_SUBCLASS(Sender, PIObject)
|
||||
public:
|
||||
Sender(PIConnection * parent_ = 0): parent(parent_), int_(0.f) {needLockRun(true);}
|
||||
~Sender() {stop();}
|
||||
|
||||
Reference in New Issue
Block a user