Searched refs:canNotify (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DRemoteConnect.cpp38 bool canZLIB, bool canUTF8numbers, bool canNotify)
58 if (canNotify) AddTag(CECEmptyTag(EC_TAG_CAN_NOTIFY));
94 void CRemoteConnect::SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify) argument
104 m_canNotify = canNotify;
37 CECLoginPacket(const wxString& client, const wxString& version, bool canZLIB, bool canUTF8numbers, bool canNotify) argument
H A DRemoteConnect.h42 bool canZLIB = true, bool canUTF8numbers = true, bool canNotify = false);
86 void SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify);

Completed in 52 milliseconds