X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcommunicator.h;h=865e05dcfe429b4e28a05eb11b180b394771f233;hb=2aab4004e71a2e5c773289e0be5e58aec6a8d339;hp=144f87210f40911e097114b14a86e35479d2a0ea;hpb=ef23ca71babc753231bb2dd197be6dd7099d9804;p=libs%2Fnet.git diff --git a/source/communicator.h b/source/communicator.h index 144f872..865e05d 100644 --- a/source/communicator.h +++ b/source/communicator.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspnet -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_NET_COMMUNICATOR_H_ #define MSP_NET_COMMUNICATOR_H_ @@ -35,6 +28,7 @@ public: ~Communicator(); void initiate_handshake(); + bool is_handshake_done() const { return handshake_status==2; } template void send(const P &pkt)