Author: rharabien Date: Fri Jan 20 21:50:54 2012 New Revision: 55022
URL: http://svn.reactos.org/svn/reactos?rev=55022&view=rev Log: [NETSHELL] - Rewrite in C++ to improve readability
Added: trunk/reactos/dll/win32/netshell/classfactory.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/classfactory.c trunk/reactos/dll/win32/netshell/connectmanager.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/connectmanager.c trunk/reactos/dll/win32/netshell/enumlist.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/enumlist.c trunk/reactos/dll/win32/netshell/lanconnectui.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/lanconnectui.c trunk/reactos/dll/win32/netshell/lanstatusui.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/lanstatusui.c trunk/reactos/dll/win32/netshell/netshell.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/netshell.c trunk/reactos/dll/win32/netshell/shfldr_netconnect.cpp - copied, changed from r54998, trunk/reactos/dll/win32/netshell/shfldr_netconnect.c Removed: trunk/reactos/dll/win32/netshell/classfactory.c trunk/reactos/dll/win32/netshell/connectmanager.c trunk/reactos/dll/win32/netshell/enumlist.c trunk/reactos/dll/win32/netshell/lanconnectui.c trunk/reactos/dll/win32/netshell/lanstatusui.c trunk/reactos/dll/win32/netshell/netshell.c trunk/reactos/dll/win32/netshell/shfldr_netconnect.c Modified: trunk/reactos/dll/win32/netshell/CMakeLists.txt trunk/reactos/dll/win32/netshell/precomp.h trunk/reactos/include/psdk/netcon.h
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/win32/netshell/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/CMakeLis...
Removed: trunk/reactos/dll/win32/netshell/classfactory.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/classfac...
Copied: trunk/reactos/dll/win32/netshell/classfactory.cpp (from r54998, trunk/reactos/dll/win32/netshell/classfactory.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/classfac...
Removed: trunk/reactos/dll/win32/netshell/connectmanager.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/connectm...
Copied: trunk/reactos/dll/win32/netshell/connectmanager.cpp (from r54998, trunk/reactos/dll/win32/netshell/connectmanager.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/connectm...
Removed: trunk/reactos/dll/win32/netshell/enumlist.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/enumlist...
Copied: trunk/reactos/dll/win32/netshell/enumlist.cpp (from r54998, trunk/reactos/dll/win32/netshell/enumlist.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/enumlist...
Removed: trunk/reactos/dll/win32/netshell/lanconnectui.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/lanconne...
Copied: trunk/reactos/dll/win32/netshell/lanconnectui.cpp (from r54998, trunk/reactos/dll/win32/netshell/lanconnectui.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/lanconne...
Removed: trunk/reactos/dll/win32/netshell/lanstatusui.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/lanstatu...
Copied: trunk/reactos/dll/win32/netshell/lanstatusui.cpp (from r54998, trunk/reactos/dll/win32/netshell/lanstatusui.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/lanstatu...
Removed: trunk/reactos/dll/win32/netshell/netshell.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/netshell...
Copied: trunk/reactos/dll/win32/netshell/netshell.cpp (from r54998, trunk/reactos/dll/win32/netshell/netshell.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/netshell...
Modified: trunk/reactos/dll/win32/netshell/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/precomp....
Removed: trunk/reactos/dll/win32/netshell/shfldr_netconnect.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/shfldr_n...
Copied: trunk/reactos/dll/win32/netshell/shfldr_netconnect.cpp (from r54998, trunk/reactos/dll/win32/netshell/shfldr_netconnect.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/shfldr_n...
Modified: trunk/reactos/include/psdk/netcon.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/netcon.h?rev=5...