Added methods to get the sender and receiver ports
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4929 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
92a8026e02
commit
dba1a55db7
@ -18,6 +18,8 @@ public:
|
||||
virtual ~BSession();
|
||||
void SetSendPort( port_id port );
|
||||
void SetRecvPort( port_id port );
|
||||
port_id GetSendPort(void) const { return fSendPort; }
|
||||
port_id GetRecvPort(void) const { return fReceivePort; }
|
||||
bool DropInputBuffer();
|
||||
|
||||
char* ReadString();
|
||||
|
Loading…
Reference in New Issue
Block a user