Simplified interface

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-07-10 16:51:51 +00:00
parent 2068c8c6ab
commit 61480f2184
1 changed files with 6 additions and 8 deletions

View File

@ -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