mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
442 B

  1. --- openh323/include/gkserver.h 2004-02-15 03:36:30.000000000 +0000
  2. +++ openh323-patch/include/gkserver.h 2004-07-17 18:44:40.000000000 +0000
  3. @@ -427,7 +427,7 @@
  4. H225_RegistrationConfirm & rcf;
  5. H225_RegistrationReject & rrj;
  6. - protected:
  7. +// protected:
  8. virtual Response OnHandlePDU();
  9. };
  10. @@ -491,7 +491,7 @@
  11. PString alternateSecurityID;
  12. - protected:
  13. +// protected:
  14. virtual Response OnHandlePDU();
  15. };