* rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid confusion with polyp/subscribe.[ch]

* same for scache.[ch]


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@496 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 23:13:27 +00:00
parent b4cb249d70
commit 5ccf4145bc
23 changed files with 30 additions and 30 deletions

View file

@ -33,8 +33,8 @@
#include "memchunk.h"
#include "sound-file.h"
#include "log.h"
#include "scache.h"
#include "subscribe.h"
#include "core-scache.h"
#include "core-subscribe.h"
static void entry_free(pa_autoload_entry *e) {
assert(e);

View file

@ -40,7 +40,7 @@
#include "strbuf.h"
#include "namereg.h"
#include "cli-text.h"
#include "scache.h"
#include "core-scache.h"
#include "sample-util.h"
#include "sound-file.h"
#include "play-memchunk.h"

View file

@ -35,7 +35,7 @@
#include "source-output.h"
#include "strbuf.h"
#include "sample-util.h"
#include "scache.h"
#include "core-scache.h"
#include "autoload.h"
#include "xmalloc.h"
#include <polyp/volume.h>

View file

@ -30,7 +30,7 @@
#include "client.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
pa_client *pa_client_new(pa_core *core, const char *name, const char *driver) {

View file

@ -41,13 +41,13 @@
#include <windows.h>
#endif
#include "scache.h"
#include "core-scache.h"
#include "sink-input.h"
#include <polyp/mainloop.h>
#include "sample-util.h"
#include "play-memchunk.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "namereg.h"
#include "sound-file.h"
#include "util.h"

View file

@ -1,5 +1,5 @@
#ifndef fooscachehfoo
#define fooscachehfoo
#ifndef foocorescachehfoo
#define foocorescachehfoo
/* $Id$ */

View file

@ -27,7 +27,7 @@
#include <assert.h>
#include "queue.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "xmalloc.h"
#include "log.h"

View file

@ -1,5 +1,5 @@
#ifndef foosubscribehfoo
#define foosubscribehfoo
#ifndef foocoresubscribehfoo
#define foocoresubscribehfoo
/* $Id$ */

View file

@ -34,10 +34,10 @@
#include "source.h"
#include "namereg.h"
#include "util.h"
#include "scache.h"
#include "core-scache.h"
#include "autoload.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "props.h"
#include "random.h"

View file

@ -31,7 +31,7 @@ typedef struct pa_core pa_core;
#include "memblock.h"
#include "resampler.h"
#include "queue.h"
#include "subscribe.h"
#include "core-subscribe.h"
/* The core structure of polypaudio. Every polypaudio daemon contains
* exactly one of these. It is used for storing kind of global

View file

@ -32,7 +32,7 @@
#include "module.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
#include "util.h"

View file

@ -34,7 +34,7 @@
#include "source.h"
#include "sink.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "util.h"
struct namereg_entry {

View file

@ -39,7 +39,7 @@
#include "source-output.h"
#include "source.h"
#include <polyp/sample.h>
#include "scache.h"
#include "core-scache.h"
#include "sample-util.h"
#include "authkey.h"
#include "namereg.h"

View file

@ -40,10 +40,10 @@
#include "pstream-util.h"
#include "authkey.h"
#include "namereg.h"
#include "scache.h"
#include "core-scache.h"
#include "xmalloc.h"
#include "util.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
#include "autoload.h"
#include "authkey-prop.h"

View file

@ -31,7 +31,7 @@
#include "sink-input.h"
#include "sample-util.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
#define CONVERT_BUFFER_LENGTH 4096

View file

@ -34,7 +34,7 @@
#include "util.h"
#include "sample-util.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
#include <polyp/introspect.h>

View file

@ -30,7 +30,7 @@
#include "source-output.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
pa_source_output* pa_source_output_new(

View file

@ -32,7 +32,7 @@
#include "source-output.h"
#include "namereg.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "log.h"
pa_source* pa_source_new(