~ubuntu-branches/ubuntu/maverick/xosview/maverick

« back to all changes in this revision

Viewing changes to Host.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-06-01 20:02:57 UTC
  • mfrom: (6.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100601200257-orz2mey0oilujocu
Tags: 1.8.3+debian-21
* debian/source/format:
  + Added to use source format 3.0 (quilt)
* debian/watch:
  + Fixed dversionmangle format
* Update debian/compat to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <netinet/in.h>
18
18
#include <netdb.h>
19
19
#include <arpa/inet.h>
20
 
#ifdef HAVE_IOSTREAM
21
20
#include <iostream>
22
 
#else
23
 
#include <iostream.h>
24
 
#endif
25
21
#include "bool.h"
26
22
 
27
23
class Host {