21 #ifndef __PLUGIN_INTERFACE_2_H 
   22 #define __PLUGIN_INTERFACE_2_H 
   32 class RakPeerInterface;
 
   35 struct InternalPacket;
 
  176     virtual void OnAck(
unsigned int messageNumber, 
SystemAddress remoteSystemAddress, 
SLNet::TimeMS time) {(void) messageNumber; (void) remoteSystemAddress; (void) time;}
 
  191 #if _RAKNET_SUPPORT_TCPInterface==1 
  200     bool SendListUnified( 
const char **data, 
const int *lengths, 
const int numParameters, 
PacketPriority priority, 
PacketReliability reliability, 
char orderingChannel, 
const AddressOrGUID systemIdentifier, 
bool broadcast );
 
  202     Packet *AllocatePacketUnified(
unsigned dataSize);
 
  203     void PushBackPacketUnified(
Packet *packet, 
bool pushAtHead);
 
  204     void DeallocPacketUnified(
Packet *packet);
 
  208 #if _RAKNET_SUPPORT_TCPInterface==1