summaryrefslogtreecommitdiffstats
path: root/flow
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 21:11:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 21:11:05 +0000
commit6637c742279c9df570b3bd1d09244f1b0f66ee62 (patch)
tree522e3430dc3b085aad27f9eb6f144977b65a1dd3 /flow
parent7de042bb5beca4107a444f8c60ef24c9735deb65 (diff)
downloadarts-6637c742279c9df570b3bd1d09244f1b0f66ee62.tar.gz
arts-6637c742279c9df570b3bd1d09244f1b0f66ee62.zip
Compilation repairs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1212131 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow')
-rw-r--r--flow/asyncschedule.h2
-rw-r--r--flow/audioio.h2
-rw-r--r--flow/audiomanager_impl.cc2
-rw-r--r--flow/audiosubsys.h2
-rw-r--r--flow/bufferqueue.h2
-rw-r--r--flow/bus.h2
-rw-r--r--flow/cache.h2
-rw-r--r--flow/cachedwav.h4
-rw-r--r--flow/convert.h4
-rw-r--r--flow/cpuinfo.h2
-rw-r--r--flow/fft.h2
-rw-r--r--flow/gslschedule.h2
-rw-r--r--flow/pipebuffer.h2
-rw-r--r--flow/resample.h2
-rw-r--r--flow/stdsynthmodule.h2
-rw-r--r--flow/synthschedule.h2
-rw-r--r--flow/virtualports.h2
17 files changed, 18 insertions, 20 deletions
diff --git a/flow/asyncschedule.h b/flow/asyncschedule.h
index fe800be..d4264d0 100644
--- a/flow/asyncschedule.h
+++ b/flow/asyncschedule.h
@@ -30,7 +30,7 @@
#include <queue>
/*
- * BC - tqStatus (2002-03-08): ASyncNetSend, ASyncNetReceive, ASyncPort.
+ * BC - Status (2002-03-08): ASyncNetSend, ASyncNetReceive, ASyncPort.
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of libartsflow's
diff --git a/flow/audioio.h b/flow/audioio.h
index e3182af..7cab165 100644
--- a/flow/audioio.h
+++ b/flow/audioio.h
@@ -27,7 +27,7 @@
#include <string>
#include "arts_export.h"
/*
- * BC - tqStatus (2002-03-08): AudioIO, AudioIOFactory
+ * BC - Status (2002-03-08): AudioIO, AudioIOFactory
*
* Right now, these classes are considered an implementation detail. No binary
* compatibility guaranteed, its safe to add virtual methods when required.
diff --git a/flow/audiomanager_impl.cc b/flow/audiomanager_impl.cc
index 872889b..7a6d83b 100644
--- a/flow/audiomanager_impl.cc
+++ b/flow/audiomanager_impl.cc
@@ -45,7 +45,7 @@ public:
a typedef in between, which makes it magically work.
We could also use an explicit instantiation, but this is not allowed
on all C++ compilers in this scope. Note also, that we don't need
- to tqreplace _all_ occurrences of list<xxx*> below, only the two in the
+ to replace _all_ occurrences of list<xxx*> below, only the two in the
member declaration. What a mess. */
typedef list<AudioManagerClient_impl *> L_AMC;
typedef list<AudioManagerAssignable *> L_AMA;
diff --git a/flow/audiosubsys.h b/flow/audiosubsys.h
index 55c51e1..6db85c9 100644
--- a/flow/audiosubsys.h
+++ b/flow/audiosubsys.h
@@ -29,7 +29,7 @@
#include "startupmanager.h"
/*
- * BC - tqStatus (2002-03-08): AudioSubSystem, ASProducer, ASConsumer.
+ * BC - Status (2002-03-08): AudioSubSystem, ASProducer, ASConsumer.
*
* These classes are kept binary compatible. You can rely on them.
* AudioSubSystem has a private data pointer to do so. Even if ports to
diff --git a/flow/bufferqueue.h b/flow/bufferqueue.h
index be332c3..5344c4a 100644
--- a/flow/bufferqueue.h
+++ b/flow/bufferqueue.h
@@ -1,5 +1,5 @@
/*
- * BC - tqStatus (2002-03-08): ByteBuffer, BufferQueue
+ * BC - Status (2002-03-08): ByteBuffer, BufferQueue
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of libartsflow's
diff --git a/flow/bus.h b/flow/bus.h
index 9c40ddb..93efcc3 100644
--- a/flow/bus.h
+++ b/flow/bus.h
@@ -27,7 +27,7 @@
#include "artsflow.h"
/*
- * BC - tqStatus (2002-03-08): BusClient, BusManager
+ * BC - Status (2002-03-08): BusClient, BusManager
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of libartsflow's
diff --git a/flow/cache.h b/flow/cache.h
index 44c0d05..63c2fba 100644
--- a/flow/cache.h
+++ b/flow/cache.h
@@ -30,7 +30,7 @@
#include "arts_export.h"
/*
- * BC - tqStatus (2002-03-08): Cache, CachedObject
+ * BC - Status (2002-03-08): Cache, CachedObject
*
* At the current point in time, there are NO GUARANTEES, so only use this
* in apps part of official KDE releases (such as kdemultimedia apps), which
diff --git a/flow/cachedwav.h b/flow/cachedwav.h
index d5ad697..52587be 100644
--- a/flow/cachedwav.h
+++ b/flow/cachedwav.h
@@ -23,15 +23,15 @@
#ifndef CACHEDWAV_H
#define CACHEDWAV_H
-#include "config.h"
#include "arts_export.h"
+
#ifdef HAVE_LIBAUDIOFILE
#include "cache.h"
#include <sys/stat.h>
#include <unistd.h>
/*
- * BC - tqStatus (2002-03-08): CachedWav.
+ * BC - Status (2002-03-08): CachedWav.
*
* At the current point in time, there are NO GUARANTEES, so only use this
* in apps part of official KDE releases (such as kdemultimedia apps), which
diff --git a/flow/convert.h b/flow/convert.h
index ef3e900..d174fd3 100644
--- a/flow/convert.h
+++ b/flow/convert.h
@@ -26,7 +26,7 @@
#include "arts_export.h"
/*
- * BC - tqStatus (2002-03-08): conversion functions
+ * BC - Status (2002-03-08): conversion functions
*
* None of them will be removed or changed, so it is safe to use them in
* your apps. It is *recommended* (though not necessary) to use the new
@@ -48,7 +48,7 @@ namespace Arts {
* float for float data between -1 and 1
*
* and may be prefixed by 2 to indicate that stereo is done with two seperate
- * buffers or i to indicate interleaved stereo (one buffer which tqcontains
+ * buffers or i to indicate interleaved stereo (one buffer which contains
* one sample left, one sample right, one sample left etc.)
*
* The parameter speed (for interpolations) is *not* the samplingrate, but
diff --git a/flow/cpuinfo.h b/flow/cpuinfo.h
index d19cc7a..c3fab96 100644
--- a/flow/cpuinfo.h
+++ b/flow/cpuinfo.h
@@ -24,7 +24,7 @@
#include "arts_export.h"
/*
- * BC - tqStatus (2002-03-08): CpuInfo
+ * BC - Status (2002-03-08): CpuInfo
*
* This class will be kept binary compatible - it just exports the static
* CpuInfo::flags() function as only functionality.
diff --git a/flow/fft.h b/flow/fft.h
index 7694745..009f764 100644
--- a/flow/fft.h
+++ b/flow/fft.h
@@ -2,7 +2,7 @@
#define ARTS_FFT_H
/*
- * BC - tqStatus (2002-03-08): arts_fft_float
+ * BC - Status (2002-03-08): arts_fft_float
*
* This fft interface should be obsoleted in the future in favour of one
* exploiting the capabilities of gsl fully. However, it will be kept binary
diff --git a/flow/gslschedule.h b/flow/gslschedule.h
index 1c8300a..762539c 100644
--- a/flow/gslschedule.h
+++ b/flow/gslschedule.h
@@ -30,7 +30,7 @@
#include <list>
/*
- * BC - tqStatus (2002-03-08): Port, AudioPort, MultiPort, StdFlowSystem,
+ * BC - Status (2002-03-08): Port, AudioPort, MultiPort, StdFlowSystem,
* StdScheduleNode
*
* None of these classes is considered part of the public API. Do NOT use it
diff --git a/flow/pipebuffer.h b/flow/pipebuffer.h
index 0dae574..0c464bd 100644
--- a/flow/pipebuffer.h
+++ b/flow/pipebuffer.h
@@ -24,7 +24,7 @@
#define __PIPEBUFFER_H__
/*
- * BC - tqStatus (2002-03-08): PipeSegment, PipeBuffer
+ * BC - Status (2002-03-08): PipeSegment, PipeBuffer
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of libartsflow's
diff --git a/flow/resample.h b/flow/resample.h
index f5b79fd..d1aea9d 100644
--- a/flow/resample.h
+++ b/flow/resample.h
@@ -27,7 +27,7 @@
#include "arts_export.h"
/*
- * BC - tqStatus (2002-03-08): Resampler / Refiller.
+ * BC - Status (2002-03-08): Resampler / Refiller.
*
* These classes will be kept binary compatible. Resampler has a private
* data pointer for this purpose.
diff --git a/flow/stdsynthmodule.h b/flow/stdsynthmodule.h
index d8efa45..f3541b8 100644
--- a/flow/stdsynthmodule.h
+++ b/flow/stdsynthmodule.h
@@ -27,7 +27,7 @@
#include "artsflow.h"
/*
- * BC - tqStatus (2002-03-08): StdSynthModule
+ * BC - Status (2002-03-08): StdSynthModule
*
* This class is intended for public use (inheritance) as it supplies a base
* for all objects using streams. It will be kept binary compatible.
diff --git a/flow/synthschedule.h b/flow/synthschedule.h
index ecc9924..11e5daf 100644
--- a/flow/synthschedule.h
+++ b/flow/synthschedule.h
@@ -23,8 +23,6 @@
#ifndef SYNTHSCHEDULE_H
#define SYNTHSCHEDULE_H
-#include "config.h"
-
#ifdef __GNUC__
#warning " * <synthschedule.h> included! *"
#warning " * include <gslschedule.h> instead *"
diff --git a/flow/virtualports.h b/flow/virtualports.h
index 8c4144c..eb4f1fc 100644
--- a/flow/virtualports.h
+++ b/flow/virtualports.h
@@ -28,7 +28,7 @@
#include <list>
/*
- * BC - tqStatus (2002-03-08): VPortConnection, VPort.
+ * BC - Status (2002-03-08): VPortConnection, VPort.
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of libartsflow's