cyphesis/tests/stubs/server/stubAccount.h
2018-04-27 23:12:15 +02:00

212 lines
No EOL
5.2 KiB
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubAccount_custom.h file.
#include "server/Account.h"
#include "stubAccount_custom.h"
#ifndef STUB_SERVER_ACCOUNT_H
#define STUB_SERVER_ACCOUNT_H
#ifndef STUB_Account_addNewCharacter
//#define STUB_Account_addNewCharacter
LocatedEntity* Account::addNewCharacter(const std::string &, const Atlas::Objects::Entity::RootEntity &, const Atlas::Objects::Root &)
{
return nullptr;
}
#endif //STUB_Account_addNewCharacter
#ifndef STUB_Account_characterDestroyed
//#define STUB_Account_characterDestroyed
void Account::characterDestroyed(long)
{
}
#endif //STUB_Account_characterDestroyed
#ifndef STUB_Account_characterError
//#define STUB_Account_characterError
int Account::characterError(const Operation & op, const Atlas::Objects::Root & ent, OpVector & res) const
{
return 0;
}
#endif //STUB_Account_characterError
#ifndef STUB_Account_createObject
//#define STUB_Account_createObject
void Account::createObject(const std::string &, const Atlas::Objects::Root &, const Operation &, OpVector &)
{
}
#endif //STUB_Account_createObject
#ifndef STUB_Account_filterTasks
//#define STUB_Account_filterTasks
int Account::filterTasks(const Atlas::Message::ListType & tasks, const Atlas::Objects::Entity::RootEntity &) const
{
return 0;
}
#endif //STUB_Account_filterTasks
#ifndef STUB_Account_createCharacterEntity
//#define STUB_Account_createCharacterEntity
LocatedEntity* Account::createCharacterEntity(const std::string &, const Atlas::Objects::Entity::RootEntity &, const Atlas::Objects::Root &)
{
return nullptr;
}
#endif //STUB_Account_createCharacterEntity
#ifndef STUB_Account_processExternalOperation
//#define STUB_Account_processExternalOperation
void Account::processExternalOperation(const Operation & op, OpVector& res)
{
}
#endif //STUB_Account_processExternalOperation
#ifndef STUB_Account_connectCharacter
//#define STUB_Account_connectCharacter
int Account::connectCharacter(LocatedEntity *chr)
{
return 0;
}
#endif //STUB_Account_connectCharacter
#ifndef STUB_Account_Account
//#define STUB_Account_Account
Account::Account(Connection * conn, const std::string & username, const std::string & passwd, const std::string & id, long intId)
: ConnectableRouter(conn, username, passwd, id, intId)
{
}
#endif //STUB_Account_Account
#ifndef STUB_Account_getType
//#define STUB_Account_getType
const char* Account::getType() const
{
return nullptr;
}
#endif //STUB_Account_getType
#ifndef STUB_Account_store
//#define STUB_Account_store
void Account::store() const
{
}
#endif //STUB_Account_store
#ifndef STUB_Account_isPersisted
//#define STUB_Account_isPersisted
bool Account::isPersisted() const
{
return false;
}
#endif //STUB_Account_isPersisted
#ifndef STUB_Account_addToMessage
//#define STUB_Account_addToMessage
void Account::addToMessage(Atlas::Message::MapType &) const
{
}
#endif //STUB_Account_addToMessage
#ifndef STUB_Account_addToEntity
//#define STUB_Account_addToEntity
void Account::addToEntity(const Atlas::Objects::Entity::RootEntity &) const
{
}
#endif //STUB_Account_addToEntity
#ifndef STUB_Account_externalOperation
//#define STUB_Account_externalOperation
void Account::externalOperation(const Operation & op, Link &)
{
}
#endif //STUB_Account_externalOperation
#ifndef STUB_Account_operation
//#define STUB_Account_operation
void Account::operation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_operation
#ifndef STUB_Account_LogoutOperation
//#define STUB_Account_LogoutOperation
void Account::LogoutOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_LogoutOperation
#ifndef STUB_Account_CreateOperation
//#define STUB_Account_CreateOperation
void Account::CreateOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_CreateOperation
#ifndef STUB_Account_SetOperation
//#define STUB_Account_SetOperation
void Account::SetOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_SetOperation
#ifndef STUB_Account_ImaginaryOperation
//#define STUB_Account_ImaginaryOperation
void Account::ImaginaryOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_ImaginaryOperation
#ifndef STUB_Account_TalkOperation
//#define STUB_Account_TalkOperation
void Account::TalkOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_TalkOperation
#ifndef STUB_Account_LookOperation
//#define STUB_Account_LookOperation
void Account::LookOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_LookOperation
#ifndef STUB_Account_GetOperation
//#define STUB_Account_GetOperation
void Account::GetOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_GetOperation
#ifndef STUB_Account_OtherOperation
//#define STUB_Account_OtherOperation
void Account::OtherOperation(const Operation &, OpVector &)
{
}
#endif //STUB_Account_OtherOperation
#ifndef STUB_Account_addCharacter
//#define STUB_Account_addCharacter
void Account::addCharacter(LocatedEntity *)
{
}
#endif //STUB_Account_addCharacter
#endif