~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/xmlrpcpp/XmlRpcSocket.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-pj9xhtlvwpgqjy5x
Tags: 1.3.15-1
* Initial release (Closes: #750861)
  flrig version 1.3.15 plus the following upstream commits:
  - 0001-License-Declaration.patch
  - 0002-FL_APPS-folder.patch
  - 0003-rig-home-dir.patch
  - 0004-RTS-DTR-restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ----------------------------------------------------------------------------
 
2
// Copyright (C) 2014
 
3
//              David Freese, W1HKJ
 
4
//
 
5
// This file is part of flrig.
 
6
//
 
7
// flrig is distributed in the hope that it will be useful,
 
8
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
10
// ----------------------------------------------------------------------------
 
11
// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley
 
12
// This library is free software; you can redistribute it and/or
 
13
// modify it under the terms of the GNU Lesser General Public
 
14
// License as published by the Free Software Foundation; either
 
15
// version 3 of the License, or (at your option) any later version.
 
16
// 
 
17
// This library is distributed in the hope that it will be useful,
 
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
20
// Lesser General Public License for more details.
 
21
// 
 
22
// You should have received a copy of the GNU Lesser General Public License
 
23
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
//
 
25
// ----------------------------------------------------------------------------
 
26
 
1
27
#ifndef _XMLRPCSOCKET_H_
2
28
#define _XMLRPCSOCKET_H_
3
 
//
4
 
// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley
5
 
//
 
29
 
6
30
#if defined(_MSC_VER)
7
31
# pragma warning(disable:4786)    // identifier was truncated in debug info
8
32
#endif