Simplified interface
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2068c8c6ab
commit
61480f2184
@ -35,6 +35,7 @@
|
||||
// System Includes -------------------------------------------------------------
|
||||
|
||||
// Project Includes ------------------------------------------------------------
|
||||
#include <PortLink.h>
|
||||
|
||||
// Local Includes --------------------------------------------------------------
|
||||
|
||||
@ -42,18 +43,15 @@
|
||||
|
||||
// Globals ---------------------------------------------------------------------
|
||||
|
||||
class PortLink;
|
||||
//class PortLink;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
struct BAppServerLink
|
||||
class BAppServerLink : public PortLink
|
||||
{
|
||||
BAppServerLink();
|
||||
~BAppServerLink();
|
||||
|
||||
void Init();
|
||||
|
||||
PortLink* portlink;
|
||||
public:
|
||||
BAppServerLink(void);
|
||||
~BAppServerLink(void);
|
||||
};
|
||||
|
||||
} // namespace BPrivate
|
||||
|
Loading…
Reference in New Issue
Block a user