Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
Signed-off-by: allexzander <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Jul 12, 2022
1 parent 1213a51 commit d87c120
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ CfApiShellIntegrationClassFactory::CfApiShellIntegrationClassFactory(PFNCREATEIN
CfApiShellIntegrationClassFactory::~CfApiShellIntegrationClassFactory()
{
InterlockedDecrement(&dllReferenceCount);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class CfApiShellIntegrationClassFactory : public IClassFactory
long _referenceCount;

PFNCREATEINSTANCE _pfnCreate;
};
};
2 changes: 1 addition & 1 deletion src/libsync/vfs/cfapi/shellext/customstateprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ CustomStateProvider::GetItemProperties(hstring const &itemPath)

return winrt::single_threaded_vector(std::move(properties));
}
}
}
2 changes: 1 addition & 1 deletion src/libsync/vfs/cfapi/shellext/customstateprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ namespace winrt::CfApiShellExtensions::factory_implementation {
struct CustomStateProvider : CustomStateProviderT<CustomStateProvider, implementation::CustomStateProvider>
{
};
}
}
2 changes: 1 addition & 1 deletion src/libsync/vfs/cfapi/shellext/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ HRESULT ThumbnailProvider_CreateInstance(REFIID riid, void **ppv)
const auto hresult = thumbnailProvider->QueryInterface(riid, ppv);
thumbnailProvider->Release();
return hresult;
}
}
2 changes: 1 addition & 1 deletion src/libsync/vfs/cfapi/shellext/thumbnailprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ IFACEMETHODIMP ThumbnailProvider::GetThumbnail(_In_ UINT cx, _Out_ HBITMAP *bitm
*alphaType = bitmapAndAlphaType.second;

return S_OK;
}
}
2 changes: 1 addition & 1 deletion src/libsync/vfs/cfapi/shellext/thumbnailprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ class __declspec(uuid(CFAPI_SHELLEXT_THUMBNAIL_HANDLER_CLASS_ID)) ThumbnailProvi
IShellItem2Ptr _shellItem;
QString _shellItemPath;
QLocalSocket _localSocket;
};
};

0 comments on commit d87c120

Please sign in to comment.