Skip to content

Commit 52ca353

Browse files
authored
[MSCTF] Make ITfLangBarMgr C++ (reactos#8056)
Implementing missing features... JIRA issue: CORE-19361 - Delete langbarmgr.c (C) and add langbarmgr.cpp (C++). - Remove the legacy C implementation of ITfLangBarMgr. - Add CLangBarMgr class.
1 parent ddcd5f7 commit 52ca353

File tree

4 files changed

+292
-199
lines changed

4 files changed

+292
-199
lines changed

base/ctf/msctf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ list(APPEND SOURCE
1111
displayattributemgr.c
1212
documentmgr.c
1313
inputprocessor.c
14-
langbarmgr.c
1514
msctf.c
1615
range.c
1716
threadmgr.c
1817
precomp.h
1918
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c)
2019

2120
list(APPEND PCH_SKIP_SOURCE
21+
langbarmgr.cpp
2222
mlng.cpp
2323
utils.cpp)
2424

base/ctf/msctf/langbarmgr.c

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)