Tweaked all messaging classes to comply with new message protocol policies
AppServerLink no longer inherits from BSession git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4941 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
// Project Includes ------------------------------------------------------------
|
||||
#include <Session.h>
|
||||
#include <OS.h>
|
||||
#include <PortLink.h>
|
||||
|
||||
// Local Includes --------------------------------------------------------------
|
||||
|
||||
@@ -44,11 +45,10 @@
|
||||
|
||||
// Globals ---------------------------------------------------------------------
|
||||
|
||||
//class PortLink;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
class BAppServerLink : public BSession
|
||||
class BAppServerLink : public PortLink
|
||||
{
|
||||
public:
|
||||
BAppServerLink(void);
|
||||
|
||||
Reference in New Issue
Block a user