diff --git a/headers/private/app/Session.h b/headers/private/app/Session.h index ed394e7f82..c43a766f20 100644 --- a/headers/private/app/Session.h +++ b/headers/private/app/Session.h @@ -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();