Filled in AppServerLink
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3000 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9d0fb244c1
commit
610785086b
@ -30,6 +30,8 @@
|
||||
// Standard Includes -----------------------------------------------------------
|
||||
|
||||
// System Includes -------------------------------------------------------------
|
||||
#include <Application.h>
|
||||
#include <PortLink.h>
|
||||
|
||||
// Project Includes ------------------------------------------------------------
|
||||
#include <AppServerLink.h>
|
||||
@ -45,10 +47,12 @@ namespace BPrivate {
|
||||
//------------------------------------------------------------------------------
|
||||
BAppServerLink::BAppServerLink()
|
||||
{
|
||||
portlink=new PortLink(be_app->fServerFrom);
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
BAppServerLink::~BAppServerLink()
|
||||
{
|
||||
delete portlink;
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
void BAppServerLink::Init()
|
||||
|
Loading…
Reference in New Issue
Block a user