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:
DarkWyrm
2003-10-04 19:06:34 +00:00
parent e90ddf96b4
commit 7507620c3a
5 changed files with 34 additions and 12 deletions
+2 -2
View File
@@ -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);