2003-09-18 17:39:39 +04:00
|
|
|
// TODO: This file is here just to be able to use BDirectWindow
|
|
|
|
// with BeOS R5. Remove it when we don't need it anymore
|
|
|
|
|
|
|
|
#ifndef _APP_SERVER_LINK_H
|
|
|
|
#define _APP_SERVER_LINK_H
|
|
|
|
|
|
|
|
#include <BeBuild.h>
|
|
|
|
#include <SupportDefs.h>
|
|
|
|
#include <OS.h>
|
2003-09-19 23:42:52 +04:00
|
|
|
#include <R5_Session.h>
|
2003-09-18 17:39:39 +04:00
|
|
|
|
|
|
|
class _BAppServerLink_ {
|
|
|
|
|
|
|
|
public:
|
|
|
|
_BAppServerLink_();
|
|
|
|
virtual ~_BAppServerLink_();
|
|
|
|
|
|
|
|
_BSession_ *fSession;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|