~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

Viewing changes to daemon/src/audio/audiortp/audio_rtp_session.h

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 *  shall include the source code for the parts of OpenSSL used as well
32
32
 *  as that of the covered work.
33
33
 */
34
 
#ifndef __SFL_AUDIO_RTP_SESSION_H__
35
 
#define __SFL_AUDIO_RTP_SESSION_H__
 
34
#ifndef SFL_AUDIO_RTP_SESSION_H_
 
35
#define SFL_AUDIO_RTP_SESSION_H_
36
36
 
37
37
#include "audio_rtp_record_handler.h"
38
38
#include <audio/codecs/audiocodec.h>
153
153
};
154
154
 
155
155
}
156
 
#endif // __AUDIO_RTP_SESSION_H__
 
156
#endif // AUDIO_RTP_SESSION_H__
157
157