Major API improvements by Pahtz

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-07-30 15:10:19 +00:00
parent e47269fa21
commit d0021b64bc
2 changed files with 67 additions and 39 deletions
+2 -9
View File
@@ -35,7 +35,6 @@
// System Includes -------------------------------------------------------------
// Project Includes ------------------------------------------------------------
#include <Session.h>
#include <OS.h>
#include <PortLink.h>
@@ -48,11 +47,12 @@
namespace BPrivate {
class BAppServerLink : public PortLink
class BAppServerLink : public BPortLink
{
public:
BAppServerLink(void);
~BAppServerLink(void);
status_t FlushWithReply(int32 *code);
private:
port_id receiver;
};
@@ -61,10 +61,3 @@ private:
#endif //APPSERVERLINK_H
/*
* $Log $
*
* $Id $
*
*/