git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1280
270642c3-0616-0410-b53a-bc976706d245
static factory_t nextPacketType(packet p);
enum ResponseStatus { Success, UnspecifiedFailure, Rejected, AuthorizationFailure, NetworkError };
+ enum Opcode { Request=1, Response, Indication };
};
/** \brief MIH packet typedef */
}
// Ensure, the destructor is called and calls the correct close() implementation
- BOOST_CHECK( senf::test::SomeSocketProtocol::closeCount() > 1u );
+ BOOST_CHECK( senf::test::SomeSocketProtocol::closeCount() >= 1u );
}
///////////////////////////////cc.e////////////////////////////////////////