#include <string>
#include <stdint.h>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include "ut_string_class.h"
#include <core/account/xp/Buddy.h>
#include <core/account/xp/AccountHandler.h>
Go to the source code of this file.
Classes | |
class | ServiceBuddy |
Typedefs | |
typedef boost::shared_ptr < ServiceBuddy > | ServiceBuddyPtr |
Enumerations | |
enum | ServiceBuddyType { SERVICE_USER = 0, SERVICE_FRIEND, SERVICE_GROUP } |
typedef boost::shared_ptr<ServiceBuddy> ServiceBuddyPtr |
enum ServiceBuddyType |