[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/soc-kopete-jingle/kopete/protocols/jabber/jingle
From:       Detlev Casanova <detlev.casanova () gmail ! com>
Date:       2008-10-16 10:49:21
Message-ID: 1224154161.664386.6756.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 872047 by casanova:

 * declaration reorg. [SILENT]


 M  +12 -10    alsaio.h  


--- branches/work/soc-kopete-jingle/kopete/protocols/jabber/jingle/alsaio.h #872046:872047
@@ -143,25 +143,27 @@
 
 private:
 	StreamType m_type;
-	snd_pcm_t *handle;
+	Format m_format;
+	
 	QSocketNotifier *notifier;
-	bool ready;
 	QByteArray buf;
+	QByteArray tmpBuf;
+
 	unsigned int pTime;
-	snd_pcm_uframes_t pSize;
 	unsigned int samplingRate;
+	unsigned int written;
 	int fdCount;
-	struct pollfd *ufds;
-	unsigned int written;
-	void stop();
-	QFile *testFile;
-	Format m_format;
-	snd_pcm_hw_params_t *hwParams;
 	int pSizeBytes;
-	QByteArray tmpBuf;
 	int times;
+	bool ready;
 	
+	snd_pcm_uframes_t pSize;
+	snd_pcm_hw_params_t *hwParams;
+	snd_pcm_t *handle;
+	struct pollfd *ufds;
+	
 	bool prepare();
+	void stop();
 };
 
 #endif //ALSA_IO
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic