~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to src/mumble/Global.h

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2010-01-09 19:28:50 UTC
  • mfrom: (9.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100109192850-zs4g5vwrrpd71kob
Tags: 1.2.1-2
Fix upgrade failure when upgrading mumble-server directly from 1.1.x
to 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2005-2009, Thorvald Natvig <thorvald@natvig.com>
 
1
/* Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
2
2
   Copyright (C) 2009, Stefan Hacker <dd0t@users.sourceforge.net>
3
3
 
4
4
   All rights reserved.
74
74
        Timer tDoublePush;
75
75
        quint64 uiDoublePush;
76
76
        int iTarget;
 
77
        int iPrevTarget;
77
78
        bool bPushToMute;
78
79
        bool bCenterPosition;
79
80
        bool bPosTest;
87
88
        QMap<int, CELTCodec *> qmCodecs;
88
89
        int iCodecAlpha, iCodecBeta;
89
90
        bool bPreferAlpha;
 
91
        bool bAttenuateOthers;
90
92
        Global();
91
93
        ~Global();
92
94
};