~ubuntu-branches/ubuntu/precise/pokerth/precise-proposed

« back to all changes in this revision

Viewing changes to src/core/avatarmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2009-06-26 00:23:56 UTC
  • mfrom: (1.1.7 upstream) (5.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090626002356-p3nrzdhhqwk5gpf0
Tags: 0.7.1-1
* New upstream release.
* debian/control:
  + Build-Depend on unversioned boost packages again.
    Closes: #531119, #534086
  + Improve pokerth-server description, one does not need the package
    for one-table games.
  + Standards-Version: 3.8.2, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef _AVATARMANAGER_H_
22
22
#define _AVATARMANAGER_H_
23
23
 
24
 
#include <net/netpacket.h>
25
 
#include <playerdata.h>
26
 
#include <core/crypthelper.h>
27
 
#include <ctime>
 
24
#include <boost/thread.hpp>
 
25
#include <boost/shared_ptr.hpp>
 
26
 
28
27
#include <map>
29
28
#include <list>
30
29
 
31
 
#include <boost/thread.hpp>
32
 
#include <boost/shared_ptr.hpp>
 
30
#include <net/netpacket.h>
33
31
 
34
32
#define MIN_AVATAR_FILE_SIZE    32
35
33
#define MAX_AVATAR_FILE_SIZE    30720