Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 5:35:36 PM (13 years ago)
Author:
smerkli
Message:

Removed some things and fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/WANDiscovery.h

    r7739 r7745  
    11/*
    2  *   ORXONOX - the hottest 3D action shooter ever to exist
    3  *                    > www.orxonox.net <
     2 *   ORXONOX - the hottest 3D action shooter ever to exist > www.orxonox.net <
    43 *
    54 *
    65 *   License notice:
    76 *
    8  *   This program is free software; you can redistribute it and/or
    9  *   modify it under the terms of the GNU General Public License
    10  *   as published by the Free Software Foundation; either version 2
    11  *   of the License, or (at your option) any later version.
     7 *   This program is free software; you can redistribute it and/or modify it
     8 *   under the terms of the GNU General Public License as published by the Free
     9 *   Software Foundation; either version 2 of the License, or (at your option)
     10 *   any later version.
    1211 *
    13  *   This program is distributed in the hope that it will be useful,
    14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  *   GNU General Public License for more details.
     12 *   This program is distributed in the hope that it will be useful, but
     13 *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
     14 *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     15 *   for more details.
    1716 *
    18  *   You should have received a copy of the GNU General Public License
    19  *   along with this program; if not, write to the Free Software
    20  *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     17 *   You should have received a copy of the GNU General Public License along
     18 *   with this program; if not, write to the Free Software Foundation, Inc., 51
     19 *   Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    2120 *
    22  *   Author:
    23  *      Fabian 'x3n' Landau (original)
    24  *   Co-authors:
    25  *      Sandro 'smerkli' Merkli (copied and adapted to WAN)
     21 *   Author: Fabian 'x3n' Landau (original) Co-authors: Sandro 'smerkli' Merkli
     22 *   (copied and adapted to WAN)
    2623 *
    2724 */
    2825
    29 #ifndef WANDISCOVERY_H
     26#ifndef WANDISCOVERY_H 
    3027#define WANDISCOVERY_H
    3128
     
    5956      /** destructor */
    6057      ~WANDiscovery();
     58
     59      /** get content of msaddress */
     60      std::string getMSAddress()
     61      { return this->msaddress; }
    6162
    6263      /** ask server for server list  */
Note: See TracChangeset for help on using the changeset viewer.