8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
hvlad 2016-01-25 14:17:50 +00:00
parent 097cb99024
commit 8fc0267026
4 changed files with 2 additions and 32 deletions

View File

@ -41,10 +41,7 @@
#include "../evl_proto.h"
#include "../intl_proto.h"
#include "../mov_proto.h"
#include "../common/isc_f_proto.h"
#include "../common/db_alias.h"
#include "../common/isc_proto.h"
#include "../common/Auth.h"
using namespace Jrd;
using namespace Firebird;

View File

@ -27,24 +27,14 @@
#include "../../common/classes/array.h"
#include "../../common/classes/ClumpletWriter.h"
#include "../../common/classes/locks.h"
#include "../../common/classes/init.h"
#include "../../common/classes/NestConst.h"
#include "../../common/utils_proto.h"
#include "../../jrd/status.h"
namespace Firebird
{
class MetaName;
}
namespace Jrd
{
class jrd_tra;
class jrd_req;
class thread_db;
class ValueListNode;
class Attachment;
class ValueExprNode;
}
namespace EDS {

View File

@ -21,25 +21,10 @@
*/
#include "firebird.h"
//#include "fb_types.h"
//#include "../../include/fb_blk.h"
#include "fb_exception.h"
#include "iberror.h"
/*#include "../../dsql/chars.h"
#include "../../dsql/ExprNodes.h"
#include "../common/dsc.h"
#include "../exe.h"*/
#include "ExtDS.h"
#include "../jrd.h"
/*#include "../tra.h"
#include "../blb_proto.h"
#include "../exe_proto.h"
#include "../err_proto.h"
#include "../evl_proto.h"
#include "../intl_proto.h"
#include "../mov_proto.h" */
#include "../common/isc_f_proto.h"
#include "../common/db_alias.h"
#include "../common/isc_proto.h"
@ -192,7 +177,7 @@ void validatePassword(thread_db* tdbb, const PathName& file, ClumpletWriter& dpb
// Build list of client/server plugins
RefPtr<Config> config;
PathName list;
expandDatabaseName(file, list /* usused value */, &config);
expandDatabaseName(file, list /* unused value */, &config);
PathName serverList = config->getPlugins(IPluginManager::TYPE_AUTH_SERVER);
PathName clientList = config->getPlugins(IPluginManager::TYPE_AUTH_CLIENT);
Auth::mergeLists(list, serverList, clientList);

View File

@ -29,9 +29,7 @@
namespace Jrd
{
class jrd_tra;
class thread_db;
class ValueListNode;
}
namespace EDS {