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

« back to all changes in this revision

Viewing changes to src/librygel-server/rygel-logical-expression.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) 2009 Nokia Corporation.
 
3
 * Copyright (C) 2012 Intel Corporation.
3
4
 *
4
5
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
5
6
 *
25
26
    OR
26
27
}
27
28
 
28
 
// Represents a search expression that consists of two search expressions joined
29
 
// by a logical operator
 
29
/**
 
30
 * This is a parsed UPnP search expression consisting of two other search expressions
 
31
 * joined by a boolean operator such as AND or OR.
 
32
 */
30
33
public class Rygel.LogicalExpression :
31
34
             Rygel.SearchExpression<LogicalOperator,
32
35
                                    SearchExpression,