[polypaudio-commits] r494 - in /trunk/src/polyp: browser.h context.h def.h error.h internal.h introspect.h operation.h polypaudio.h scache.h simple.h stream.h subscribe.h version.h.in

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Feb 16 15:11:29 PST 2006


Author: lennart
Date: Fri Feb 17 00:11:28 2006
New Revision: 494

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=494&root=polypaudio&view=rev
Log:
* drop polylib prefix from #define
* include error.h from polypaudio.h

Modified:
    trunk/src/polyp/browser.h
    trunk/src/polyp/context.h
    trunk/src/polyp/def.h
    trunk/src/polyp/error.h
    trunk/src/polyp/internal.h
    trunk/src/polyp/introspect.h
    trunk/src/polyp/operation.h
    trunk/src/polyp/polypaudio.h
    trunk/src/polyp/scache.h
    trunk/src/polyp/simple.h
    trunk/src/polyp/stream.h
    trunk/src/polyp/subscribe.h
    trunk/src/polyp/version.h.in

Modified: trunk/src/polyp/browser.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/browser.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/browser.h (original)
+++ trunk/src/polyp/browser.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibbrowserhfoo
-#define foopolyplibbrowserhfoo
+#ifndef foobrowserhfoo
+#define foobrowserhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/context.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/context.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/context.h (original)
+++ trunk/src/polyp/context.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibcontexthfoo
-#define foopolyplibcontexthfoo
+#ifndef foocontexthfoo
+#define foocontexthfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/def.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/def.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/def.h (original)
+++ trunk/src/polyp/def.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibdefhfoo
-#define foopolyplibdefhfoo
+#ifndef foodefhfoo
+#define foodefhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/error.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/error.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/error.h (original)
+++ trunk/src/polyp/error.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolypliberrorhfoo
-#define foopolypliberrorhfoo
+#ifndef fooerrorhfoo
+#define fooerrorhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/internal.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/internal.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/internal.h (original)
+++ trunk/src/polyp/internal.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibinternalhfoo
-#define foopolyplibinternalhfoo
+#ifndef foointernalhfoo
+#define foointernalhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/introspect.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/introspect.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/introspect.h (original)
+++ trunk/src/polyp/introspect.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibintrospecthfoo
-#define foopolyplibintrospecthfoo
+#ifndef foointrospecthfoo
+#define foointrospecthfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/operation.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/operation.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/operation.h (original)
+++ trunk/src/polyp/operation.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolypliboperationhfoo
-#define foopolypliboperationhfoo
+#ifndef foooperationhfoo
+#define foooperationhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/polypaudio.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polypaudio.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/polypaudio.h (original)
+++ trunk/src/polyp/polypaudio.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibhfoo
-#define foopolyplibhfoo
+#ifndef foopolypaudiohfoo
+#define foopolypaudiohfoo
 
 /* $Id$ */
 
@@ -32,11 +32,12 @@
 #include <polyp/subscribe.h>
 #include <polyp/scache.h>
 #include <polyp/version.h>
+#include <polyp/error.h>
 
 /** \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

Modified: trunk/src/polyp/scache.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/scache.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/scache.h (original)
+++ trunk/src/polyp/scache.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibscachehfoo
-#define foopolyplibscachehfoo
+#ifndef fooscachehfoo
+#define fooscachehfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/simple.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/simple.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/simple.h (original)
+++ trunk/src/polyp/simple.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibsimplehfoo
-#define foopolyplibsimplehfoo
+#ifndef foosimplehfoo
+#define foosimplehfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/stream.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/stream.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/stream.h (original)
+++ trunk/src/polyp/stream.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibstreamhfoo
-#define foopolyplibstreamhfoo
+#ifndef foostreamhfoo
+#define foostreamhfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/subscribe.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/subscribe.h?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/subscribe.h (original)
+++ trunk/src/polyp/subscribe.h Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibsubscribehfoo
-#define foopolyplibsubscribehfoo
+#ifndef foosubscribehfoo
+#define foosubscribehfoo
 
 /* $Id$ */
 

Modified: trunk/src/polyp/version.h.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/version.h.in?rev=494&root=polypaudio&r1=493&r2=494&view=diff
==============================================================================
--- trunk/src/polyp/version.h.in (original)
+++ trunk/src/polyp/version.h.in Fri Feb 17 00:11:28 2006
@@ -1,5 +1,5 @@
-#ifndef foopolyplibversionhfoo /*-*-C-*-*/
-#define foopolyplibversionhfoo
+#ifndef fooversionhfoo /*-*-C-*-*/
+#define fooversionhfoo
 
 /* $Id$ */
 




More information about the pulseaudio-commits mailing list