~ubuntu-branches/ubuntu/utopic/sipwitch/utopic

« back to all changes in this revision

Viewing changes to server/zeroconf.cpp

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-06-25 16:55:59 UTC
  • Revision ID: package-import@ubuntu.com-20120625165559-3g3z1w6qxysi9t08
* New upstream release.

* Update upstream source URL.
* Extend copyright coverage of packaging.
* Add Vcs-* URLs to control file.
* Unfuzz patch 1001.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
// You should have received a copy of the GNU General Public License
14
14
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
 
#include <sipwitch-config.h>
17
16
#include <sipwitch/sipwitch.h>
 
17
#include <config.h>
18
18
 
19
19
NAMESPACE_SIPWITCH
20
20
using namespace UCOMMON_NAMESPACE;