~ubuntu-branches/ubuntu/saucy/dbus-java/saucy

« back to all changes in this revision

Viewing changes to org/freedesktop/dbus/test/ProfileStruct.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Johnson
  • Date: 2008-08-08 15:43:24 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808154324-mw5xj5dn20bph8um
Tags: 2.5-4
Depend on texlive-latex-recommended (Closes: #494212) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   Copyright (c) 2005-2006 Matthew Johnson
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify it
6
 
   under the terms of either the GNU General Public License Version 2 or the
 
6
   under the terms of either the GNU Lesser General Public License Version 2 or the
7
7
   Academic Free Licence Version 2.1.
8
8
 
9
9
   Full licence texts are included in the COPYING file with this program.
13
13
import org.freedesktop.dbus.Position;
14
14
import org.freedesktop.dbus.Struct;
15
15
import org.freedesktop.dbus.UInt32;
16
 
import org.freedesktop.dbus.Variant;
17
16
 
18
17
public final class ProfileStruct extends Struct
19
18
{