Changeset 603
- Timestamp:
- Mar 28, 2016, 11:30:35 AM (6 years ago)
- Location:
- trunk/Utilities/Miscellaneous/ComEvents01/Consumer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/ComEvents01/Consumer/Consumer.cpp
r601 r603 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2016 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 7 1 8 #include "stdafx.h" 2 9 -
trunk/Utilities/Miscellaneous/ComEvents01/Consumer/stdafx.cpp
r601 r603 1 // stdafx.cpp : source file that includes just the standard includes 2 // Consumer.pch will be the pre-compiled header 3 // stdafx.obj will contain the pre-compiled type information 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2016 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 4 7 5 8 #include "stdafx.h" -
trunk/Utilities/Miscellaneous/ComEvents01/Consumer/stdafx.h
r601 r603 1 // stdafx.h : include file for standard system include files, 2 // or project specific include files that are used frequently, but 3 // are changed infrequently 4 // 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2016 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 5 7 6 8 #pragma once -
trunk/Utilities/Miscellaneous/ComEvents01/Consumer/targetver.h
r601 r603 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2016 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 7 1 8 #pragma once 2 9
Note: See TracChangeset
for help on using the changeset viewer.