Remove unused PortLinkRef again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38217 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Axel Dörfler, [email protected]
|
* Axel Dörfler, [email protected]
|
||||||
* Clemens Zeidler, [email protected]
|
|
||||||
*/
|
*/
|
||||||
#ifndef _PORT_LINK_H
|
#ifndef _PORT_LINK_H
|
||||||
#define _PORT_LINK_H
|
#define _PORT_LINK_H
|
||||||
@@ -16,7 +15,6 @@
|
|||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
|
||||||
/*! Provide a new LinkSender and LinkReceiver for the ServerLink. */
|
|
||||||
class PortLink : public ServerLink {
|
class PortLink : public ServerLink {
|
||||||
public:
|
public:
|
||||||
PortLink(port_id sender = -1,
|
PortLink(port_id sender = -1,
|
||||||
@@ -25,13 +23,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*! Use existing LinkSender and LinkReceiver in ServerLink. */
|
|
||||||
class PortLinkRef : public ServerLink {
|
|
||||||
public:
|
|
||||||
PortLinkRef(LinkSender* send, LinkReceiver* receive);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|
||||||
#endif /* _PORT_LINK_H */
|
#endif /* _PORT_LINK_H */
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Axel Dörfler, [email protected]
|
* Axel Dörfler, [email protected]
|
||||||
* Clemens Zeidler, [email protected]
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -28,11 +27,4 @@ PortLink::~PortLink()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PortLinkRef::PortLinkRef(LinkSender* send, LinkReceiver* receive)
|
|
||||||
{
|
|
||||||
fSender = send;
|
|
||||||
fReceiver = receive;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|||||||
Reference in New Issue
Block a user