app/src/main/aidl/com/beem/project/beem/service/Message.aidl
author Da Risk <da_risk@beem-project.com>
Sun, 15 Mar 2015 18:03:03 +0100
changeset 1044 197a85a35cba
parent 599 src/com/beem/project/beem/service/Message.aidl@cdadf4e39f99
permissions -rw-r--r--
Move the app into an app submodule which respect the default gradle layout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     1
/*
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     2
    BEEM is a videoconference application on the Android Platform.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     3
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     4
    Copyright (C) 2009 by Frederic-Charles Barthelery,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     5
                          Jean-Manuel Da Silva,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     6
                          Nikita Kozlov,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     7
                          Philippe Lago,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     8
                          Jean Baptiste Vergely,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
     9
                          Vincent Veronis.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    10
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    11
    This file is part of BEEM.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    12
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    13
    BEEM is free software: you can redistribute it and/or modify
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    14
    it under the terms of the GNU General Public License as published by
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    15
    the Free Software Foundation, either version 3 of the License, or
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    16
    (at your option) any later version.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    17
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    18
    BEEM is distributed in the hope that it will be useful,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    19
    but WITHOUT ANY WARRANTY; without even the implied warranty of
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    20
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    21
    GNU General Public License for more details.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    22
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    23
    You should have received a copy of the GNU General Public License
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    24
    along with BEEM.  If not, see <http://www.gnu.org/licenses/>.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    25
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    26
    Please send bug reports with examples or suggestions to
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    27
    contact@beem-project.com or http://dev.beem-project.com/
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    28
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    29
    Epitech, hereby disclaims all copyright interest in the program "Beem"
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    30
    written by Frederic-Charles Barthelery,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    31
               Jean-Manuel Da Silva,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    32
               Nikita Kozlov,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    33
               Philippe Lago,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    34
               Jean Baptiste Vergely,
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    35
               Vincent Veronis.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    36
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    37
    Nicolas Sadirac, November 26, 2009
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    38
    President of Epitech.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    39
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    40
    Flavien Astraud, November 26, 2009
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    41
    Head of the EIP Laboratory.
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    42
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    43
*/
105
c6e4728ac9f7 Passage sous cupcake :)
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    44
package com.beem.project.beem.service;
c6e4728ac9f7 Passage sous cupcake :)
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    45
599
cdadf4e39f99 Checkstyle
Da Risk <darisk972@gmail.com>
parents: 105
diff changeset
    46
parcelable Message;