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:
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user