- Timestamp:
- Aug 22, 2012, 2:09:00 PM (13 years ago)
- Location:
- source
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
source
- Property svn:ignore deleted
-
source/ariba
- Property svn:ignore deleted
-
source/ariba/utility
- Property svn:ignore deleted
-
source/ariba/utility/bootstrap/modules/multicastdns/MulticastDns.h
r7532 r10700 42 42 #include "ariba/config.h" 43 43 44 #ifdef HAVE_AVAHI _CLIENT_CLIENT_H44 #ifdef HAVE_AVAHI 45 45 #include <avahi-client/client.h> 46 46 #include <avahi-client/lookup.h> … … 51 51 #include <avahi-common/error.h> 52 52 #include <avahi-common/timeval.h> 53 #endif // HAVE_AVAHI _CLIENT_CLIENT_H53 #endif // HAVE_AVAHI 54 54 55 55 #include <iostream> … … 86 86 static const string serviceType; 87 87 88 #ifdef HAVE_AVAHI _CLIENT_CLIENT_H88 #ifdef HAVE_AVAHI 89 89 90 90 AvahiClient* avahiclient; … … 133 133 ); 134 134 135 #endif // HAVE_AVAHI _CLIENT_CLIENT_H135 #endif // HAVE_AVAHI 136 136 137 137 };
Note:
See TracChangeset
for help on using the changeset viewer.