Skip to content

Commit a5ab6de

Browse files
Remove the new authentication system until it's ready. (#649)
1 parent 5e7b795 commit a5ab6de

File tree

10 files changed

+2
-893
lines changed

10 files changed

+2
-893
lines changed

uitools/common.pri

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ CPPPATH = $$PWD/toolkitcpp/cpp/Esri/ArcGISRuntime/Toolkit
1616

1717
INCLUDEPATH += $$PWD/toolkitcpp/cpp $$CPPPATH
1818

19-
HEADERS += $$CPPPATH/ArcGISAuthenticationController.h \
20-
$$CPPPATH/AuthenticationController.h \
19+
HEADERS += $$CPPPATH/AuthenticationController.h \
2120
$$CPPPATH/BasemapGalleryController.h \
2221
$$CPPPATH/BasemapGalleryItem.h \
2322
$$CPPPATH/BookmarksViewController.h \
@@ -57,8 +56,7 @@ HEADERS += $$CPPPATH/ArcGISAuthenticationController.h \
5756
$$CPPPATH/UtilityNetworkTraceStartingPoint.h \
5857
$$CPPPATH/UtilityNetworkTraceStartingPointsModel.h
5958

60-
SOURCES += $$CPPPATH/ArcGISAuthenticationController.cpp \
61-
$$CPPPATH/AuthenticationController.cpp \
59+
SOURCES += $$CPPPATH/AuthenticationController.cpp \
6260
$$CPPPATH/BasemapGalleryController.cpp \
6361
$$CPPPATH/BasemapGalleryItem.cpp \
6462
$$CPPPATH/BookmarksViewController.cpp \

uitools/toolkitcpp/cpp/Esri/ArcGISRuntime/Toolkit/ArcGISAuthenticationController.cpp

-307
This file was deleted.

0 commit comments

Comments
 (0)