~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to src/librygel-renderer/rygel-media-renderer-plugin.vala

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (C) 2008,2010 Nokia Corporation.
 
3
 * Copyright (C) 2012 Intel Corporation.
3
4
 *
4
5
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
5
6
 *                               <zeeshan.ali@nokia.com>
21
22
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
23
 */
23
24
 
 
25
/**
 
26
 * Base class for every Rygel UPnP renderer plugin.
 
27
 *
 
28
 * This class is useful only when implementing Rygel plugins.
 
29
 */
24
30
public class Rygel.MediaRendererPlugin : Rygel.Plugin {
25
31
    private static const string MEDIA_RENDERER_DESC_PATH =
26
32
                                BuildConfig.DATA_DIR +