145a146,150 > /* Additional functions in order to have chan_h323 compile with H323Plus */ > BOOL OnReceivedAltPDU(const H245_ArrayOf_GenericInformation & alternate ); > BOOL OnSendingAltPDU(H245_ArrayOf_GenericInformation & alternate) const; > void OnSendOpenAckAlt(H245_ArrayOf_GenericInformation & alternate) const; > BOOL OnReceivedAckAltPDU(const H245_ArrayOf_GenericInformation & alternate); 156,169d160 < /** < * The MyProcess is a necessary descendant PProcess class so that the H323EndPoint < * objected to be created from within that class. (Solves the who owns main() problem). < */ < class MyProcess : public PProcess < { < PCLASSINFO(MyProcess, PProcess); < < public: < MyProcess(); < ~MyProcess(); < void Main(); < }; < 171c162 < #include --- > #include 187,188d177 < #include "compat_h323.h" <