~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/tron/plugininterface.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// plugininterface.cpp
 
2
//
 
3
// Copyright (C) 2000 Neil Stevens <multivac@fcmail.com>
 
4
// Copyright (C) 1999 Charles Samuels <charles@kde.org>
 
5
//
 
6
// Permission is hereby granted, free of charge, to any person obtaining a copy
 
7
// of this software and associated documentation files (the "Software"), to deal
 
8
// in the Software without restriction, including without limitation the rights
 
9
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
10
// copies of the Software, and to permit persons to whom the Software is
 
11
// furnished to do so, subject to the following conditions:
 
12
// 
 
13
// The above copyright notice and this permission notice shall be included in
 
14
// all copies or substantial portions of the Software.
 
15
// 
 
16
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
17
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
18
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 
19
// THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 
20
// AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
21
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
22
// 
 
23
// Except as contained in this notice, the name(s) of the author(s) shall not be
 
24
// used in advertising or otherwise to promote the sale, use or other dealings
 
25
// in this Software without prior written authorization from the author(s).
 
26
 
 
27
#include "tron.h"
 
28
 
 
29
extern "C" Plugin *create_plugin()
 
30
{
 
31
        return new Tron();
 
32
}