View | Details | Raw Unified | Return to bug 230203
Collapse All | Expand All

(-)include/h323/h323ep.h 2018-07-31 01:18:14.180154000 +0300 (-1 / +1 lines)
Lines 145-151 Link Here
145
      OpalCall & call,                  ///<  Owner of connection
145
      OpalCall & call,                  ///<  Owner of connection
146
      const PString & party,            ///<  Remote party to call
146
      const PString & party,            ///<  Remote party to call
147
      void * userData  = NULL,          ///<  Arbitrary data to pass to connection
147
      void * userData  = NULL,          ///<  Arbitrary data to pass to connection
148
      unsigned int options = NULL,      ///<  options to pass to conneciton
148
      unsigned int options = 0,         ///<  options to pass to conneciton
149
      OpalConnection::StringOptions * stringOptions = NULL
149
      OpalConnection::StringOptions * stringOptions = NULL
150
    );
150
    );
151
  //@}
151
  //@}

Return to bug 230203