File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments