~ubuntu-branches/ubuntu/natty/kdebindings/natty

« back to all changes in this revision

Viewing changes to perl/sopranoclient/src/sopranoclienthandlers.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-01 11:14:38 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20101201111438-1q61cvs8zw118t3m
Tags: 4:4.5.80-0ubuntu1
* New upstream release
* Remove build-dep on libqimageblitz-dev, causes smoke to segfault

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
                          sopranoclienthandlers.cpp  -  SopranoClient specific marshallers
 
3
                             -------------------
 
4
    begin                : 11-14-2010
 
5
    copyright            : (C) 2010 Chris Burel
 
6
    email                : chrisburel@gmail.com
 
7
 ***************************************************************************/
 
8
 
 
9
/***************************************************************************
 
10
 *                                                                         *
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either vesion 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
// Perl headers
 
19
extern "C" {
 
20
#include "EXTERN.h"
 
21
#include "perl.h"
 
22
#include "XSUB.h"
 
23
#include "ppport.h"
 
24
}
 
25
 
 
26
#include <smokeperl.h>
 
27
#include <marshall_macros.h>
 
28
 
 
29
TypeHandler SopranoClient_handlers[] = {
 
30
    { 0, 0 } //end of list
 
31
};
 
 
b'\\ No newline at end of file'