~ubuntu-branches/ubuntu/saucy/libnm-qt/saucy-proposed

« back to all changes in this revision

Viewing changes to vpnconnection.h

  • Committer: Package Import Robot
  • Author(s): Howard Chan
  • Date: 2013-09-11 16:15:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130911161505-ovb6bea4gzeue3a2
Tags: 0.9.0-0ubuntu1
* New upstream release (LP: #1223738)
* Update symbols.
* Fix lintian warning for duplicating sections in debian/control.
* Add a new libnetworkmanagerqt-dbg package for debugging symbols.
* Bump debhelper version to 9.
* Add debian/watch file. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
License along with this library.  If not, see <http://www.gnu.org/licenses/>.
20
20
*/
21
21
 
22
 
#ifndef NMQT_VPNCONNECTION_H
23
 
#define NMQT_VPNCONNECTION_H
 
22
#ifndef NETWORKMANAGERQT_VPNCONNECTION_H
 
23
#define NETWORKMANAGERQT_VPNCONNECTION_H
24
24
 
25
25
#include "NetworkManagerQt-export.h"
26
26
 
92
92
};
93
93
 
94
94
} // namespace NetworkManager
95
 
#endif //NMQT_VPNCONNECTION_H
 
95
#endif //NETWORKMANAGERQT_VPNCONNECTION_H
96
96