In stead of making the private static memeber public I should add a function the creates the instance and add a function that deletes the instance correct? I'm currently compiling the latest version from http://scm.sipfoundry.org/rep/sipX/branches/sipXtapi (9488)
2007/5/8, Jaroslav Libák <[EMAIL PROTECTED]>:
You should use the sipxtapi branch, not the mediaupdate branch, as it's not being developed any longer. It was too costly to develop so many branches. There is no need to create instance of portlib, as all methods can be static. I saw you made some private static members of classes public, you can't do that, thats why I suggested also new static methods in those classes to avoid using friend class or making some private members public. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
