~ubuntu-branches/ubuntu/saucy/kopete/saucy-updates

« back to all changes in this revision

Viewing changes to protocols/jabber/googletalk/libjingle/talk/base/physicalsocketserver.cc

  • Committer: Package Import Robot
  • Author(s): Howard Chan, Michał Zając, Howard Chan
  • Date: 2013-06-28 18:19:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628181957-oe71prbd9qv1ygop
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream beta release

[ Howard Chan ]
* Delete the API patch since it's included in upstream now.
* Fix control file to make -dbg depend on main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
#ifdef WIN32
114
114
    // EnsureWinsockInit() ensures that winsock is initialized. The default
115
115
    // version of this function doesn't do anything because winsock is
116
 
    // initialized by constructor of a static object. If neccessary libjingle
 
116
    // initialized by constructor of a static object. If necessary libjingle
117
117
    // users can link it with a different version of this function by replacing
118
118
    // win32socketinit.cc. See win32socketinit.cc for more details.
119
119
    EnsureWinsockInit();