tdesktop/Telegram/SourceFiles/mtproto
John Preston 08167a6a91 Removed #include "stdafx.h" from all files.
Currently the build without implicitly included precompiled header
is not supported anyway (because Qt MOC source files do not include
stdafx.h, they include plain headers).

So when we decide to support building without implicitly included
precompiled headers we'll have to fix all the headers anyway.
2017-03-04 12:27:52 +03:00
..
auth_key.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
auth_key.h Closed beta 1000014001: fixed Xcode build. 2017-02-25 20:46:21 +03:00
connection_abstract.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
connection_abstract.h Some improvements in mtproto data processing. 2017-02-27 12:51:03 +03:00
connection_auto.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
connection_auto.h Encapsulated DcOptions to an independent class. 2017-02-25 19:48:19 +03:00
connection_http.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
connection_http.h Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
connection_tcp.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
connection_tcp.h Encapsulated DcOptions to an independent class. 2017-02-25 19:48:19 +03:00
connection.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
connection.h Closed beta 1000014001: fixed Xcode build. 2017-02-25 20:46:21 +03:00
core_types.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
core_types.h Alpha 1.0.16: fighting crashes. 2017-02-27 21:47:29 +03:00
dc_options.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
dc_options.h Debug feature added for overriding dc options. 2017-03-01 20:22:37 +03:00
dcenter.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
dcenter.h MTP global state moved to MTP::Instance class. 2017-02-25 19:48:21 +03:00
facade.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
facade.h Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
file_download.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
file_download.h Removed virtual type getters in mtpFileLoader. 2017-03-04 12:01:06 +03:00
generate.py Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
mtp_instance.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
mtp_instance.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
rpc_sender.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
rpc_sender.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
rsa_public_key.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
rsa_public_key.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
scheme_auto.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
scheme_auto.h TL scheme for destroy_auth_key query added. 2017-02-25 19:48:17 +03:00
scheme.tl TL scheme for destroy_auth_key query added. 2017-02-25 19:48:17 +03:00
session.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
session.h Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00