Simplified interface

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-07-10 16:51:51 +00:00
parent 2068c8c6ab
commit 61480f2184
+6 -8
View File
@@ -35,6 +35,7 @@
// System Includes ------------------------------------------------------------- // System Includes -------------------------------------------------------------
// Project Includes ------------------------------------------------------------ // Project Includes ------------------------------------------------------------
#include <PortLink.h>
// Local Includes -------------------------------------------------------------- // Local Includes --------------------------------------------------------------
@@ -42,18 +43,15 @@
// Globals --------------------------------------------------------------------- // Globals ---------------------------------------------------------------------
class PortLink; //class PortLink;
namespace BPrivate { namespace BPrivate {
struct BAppServerLink class BAppServerLink : public PortLink
{ {
BAppServerLink(); public:
~BAppServerLink(); BAppServerLink(void);
~BAppServerLink(void);
void Init();
PortLink* portlink;
}; };
} // namespace BPrivate } // namespace BPrivate