From: Lennart Poettering Date: Thu, 16 Feb 2006 23:11:28 +0000 (+0000) Subject: * drop polylib prefix from #define X-Git-Tag: 1.0_branch~4024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19b5b71feb51544a442b71af725d26aae2c55527;p=profile%2Fivi%2Fpulseaudio.git * drop polylib prefix from #define * include error.h from polypaudio.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@494 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/polyp/browser.h b/src/polyp/browser.h index 853304d..3bb0d26 100644 --- a/src/polyp/browser.h +++ b/src/polyp/browser.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibbrowserhfoo -#define foopolyplibbrowserhfoo +#ifndef foobrowserhfoo +#define foobrowserhfoo /* $Id$ */ diff --git a/src/polyp/context.h b/src/polyp/context.h index 6496c70..216d7d8 100644 --- a/src/polyp/context.h +++ b/src/polyp/context.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibcontexthfoo -#define foopolyplibcontexthfoo +#ifndef foocontexthfoo +#define foocontexthfoo /* $Id$ */ diff --git a/src/polyp/def.h b/src/polyp/def.h index 0591ce6..ba35b31 100644 --- a/src/polyp/def.h +++ b/src/polyp/def.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibdefhfoo -#define foopolyplibdefhfoo +#ifndef foodefhfoo +#define foodefhfoo /* $Id$ */ diff --git a/src/polyp/error.h b/src/polyp/error.h index 1bb9782..ff2507b 100644 --- a/src/polyp/error.h +++ b/src/polyp/error.h @@ -1,5 +1,5 @@ -#ifndef foopolypliberrorhfoo -#define foopolypliberrorhfoo +#ifndef fooerrorhfoo +#define fooerrorhfoo /* $Id$ */ diff --git a/src/polyp/internal.h b/src/polyp/internal.h index feb9f6f..bdfd5d8 100644 --- a/src/polyp/internal.h +++ b/src/polyp/internal.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibinternalhfoo -#define foopolyplibinternalhfoo +#ifndef foointernalhfoo +#define foointernalhfoo /* $Id$ */ diff --git a/src/polyp/introspect.h b/src/polyp/introspect.h index 75dc027..0abb54c 100644 --- a/src/polyp/introspect.h +++ b/src/polyp/introspect.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibintrospecthfoo -#define foopolyplibintrospecthfoo +#ifndef foointrospecthfoo +#define foointrospecthfoo /* $Id$ */ diff --git a/src/polyp/operation.h b/src/polyp/operation.h index fea82f1..6a24d64 100644 --- a/src/polyp/operation.h +++ b/src/polyp/operation.h @@ -1,5 +1,5 @@ -#ifndef foopolypliboperationhfoo -#define foopolypliboperationhfoo +#ifndef foooperationhfoo +#define foooperationhfoo /* $Id$ */ diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h index 2320852..c6014bb 100644 --- a/src/polyp/polypaudio.h +++ b/src/polyp/polypaudio.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibhfoo -#define foopolyplibhfoo +#ifndef foopolypaudiohfoo +#define foopolypaudiohfoo /* $Id$ */ @@ -32,11 +32,12 @@ #include #include #include +#include /** \file * Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h, * \ref def.h, \ref context.h, \ref stream.h, - * \ref introspect.h, \ref subscribe.h and \ref scache.h \ref version.h + * \ref introspect.h, \ref subscribe.h, \ref scache.h, \ref version.h \ref error.h * at once */ /** \mainpage diff --git a/src/polyp/scache.h b/src/polyp/scache.h index 41b956d..5bf004d 100644 --- a/src/polyp/scache.h +++ b/src/polyp/scache.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibscachehfoo -#define foopolyplibscachehfoo +#ifndef fooscachehfoo +#define fooscachehfoo /* $Id$ */ diff --git a/src/polyp/simple.h b/src/polyp/simple.h index 31dcaef..270cbb2 100644 --- a/src/polyp/simple.h +++ b/src/polyp/simple.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibsimplehfoo -#define foopolyplibsimplehfoo +#ifndef foosimplehfoo +#define foosimplehfoo /* $Id$ */ diff --git a/src/polyp/stream.h b/src/polyp/stream.h index d8409b3..e2cab19 100644 --- a/src/polyp/stream.h +++ b/src/polyp/stream.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibstreamhfoo -#define foopolyplibstreamhfoo +#ifndef foostreamhfoo +#define foostreamhfoo /* $Id$ */ diff --git a/src/polyp/subscribe.h b/src/polyp/subscribe.h index 4986272..f1f0642 100644 --- a/src/polyp/subscribe.h +++ b/src/polyp/subscribe.h @@ -1,5 +1,5 @@ -#ifndef foopolyplibsubscribehfoo -#define foopolyplibsubscribehfoo +#ifndef foosubscribehfoo +#define foosubscribehfoo /* $Id$ */ diff --git a/src/polyp/version.h.in b/src/polyp/version.h.in index 36cafb7..c727381 100644 --- a/src/polyp/version.h.in +++ b/src/polyp/version.h.in @@ -1,5 +1,5 @@ -#ifndef foopolyplibversionhfoo /*-*-C-*-*/ -#define foopolyplibversionhfoo +#ifndef fooversionhfoo /*-*-C-*-*/ +#define fooversionhfoo /* $Id$ */