Skip to content

Commit 4f86259

Browse files
committed
Update generated code.
1 parent cc8d71e commit 4f86259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/firebird/IdlFbInterfaces.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11779,8 +11779,8 @@ namespace Firebird
1177911779
this->createReplicator = &Name::cloopcreateReplicatorDispatcher;
1178011780
this->detach = &Name::cloopdetachDispatcher;
1178111781
this->dropDatabase = &Name::cloopdropDatabaseDispatcher;
11782-
this->getMaxBlobCacheSize = &Name::cloopgetBlobCacheSizeDispatcher;
11783-
this->setMaxBlobCacheSize = &Name::cloopsetBlobCacheSizeDispatcher;
11782+
this->getMaxBlobCacheSize = &Name::cloopgetMaxBlobCacheSizeDispatcher;
11783+
this->setMaxBlobCacheSize = &Name::cloopsetMaxBlobCacheSizeDispatcher;
1178411784
this->getMaxInlineBlobSize = &Name::cloopgetMaxInlineBlobSizeDispatcher;
1178511785
this->setMaxInlineBlobSize = &Name::cloopsetMaxInlineBlobSizeDispatcher;
1178611786
}
@@ -12167,7 +12167,7 @@ namespace Firebird
1216712167
}
1216812168
}
1216912169

12170-
static unsigned CLOOP_CARG cloopgetBlobCacheSizeDispatcher(IAttachment* self, IStatus* status) CLOOP_NOEXCEPT
12170+
static unsigned CLOOP_CARG cloopgetMaxBlobCacheSizeDispatcher(IAttachment* self, IStatus* status) CLOOP_NOEXCEPT
1217112171
{
1217212172
StatusType status2(status);
1217312173

@@ -12182,7 +12182,7 @@ namespace Firebird
1218212182
}
1218312183
}
1218412184

12185-
static void CLOOP_CARG cloopsetBlobCacheSizeDispatcher(IAttachment* self, IStatus* status, unsigned size) CLOOP_NOEXCEPT
12185+
static void CLOOP_CARG cloopsetMaxBlobCacheSizeDispatcher(IAttachment* self, IStatus* status, unsigned size) CLOOP_NOEXCEPT
1218612186
{
1218712187
StatusType status2(status);
1218812188

0 commit comments

Comments
 (0)