Commit in reactos/subsys/system/explorer on MAIN
shell/filechild.cpp+1-11.39 -> 1.40
     /filechild.h+1-11.14 -> 1.15
     /shellbrowser.h+2-11.20 -> 1.21
     /webchild.cpp+1-11.11 -> 1.12
     /webchild.h+1-11.9 -> 1.10
utility/window.h+1-11.45 -> 1.46
+7-6
6 modified files
correct jump_to() functions

reactos/subsys/system/explorer/shell
filechild.cpp 1.39 -> 1.40
diff -u -r1.39 -r1.40
--- filechild.cpp	28 Feb 2004 23:33:14 -0000	1.39
+++ filechild.cpp	3 Mar 2004 20:33:21 -0000	1.40
@@ -644,7 +644,7 @@
 }
 
 
-void FileChildWindow::jump_to(void* path)
+void FileChildWindow::jump_to(LPCTSTR path)
 {
 
 //@@

reactos/subsys/system/explorer/shell
filechild.h 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- filechild.h	28 Feb 2004 23:33:14 -0000	1.14
+++ filechild.h	3 Mar 2004 20:33:21 -0000	1.15
@@ -100,7 +100,7 @@
 	int		Notify(int id, NMHDR* pnmh);
 
 	virtual void resize_children(int cx, int cy);
-	virtual void jump_to(void* path);
+	virtual void jump_to(LPCTSTR path);
 
 	void	scan_entry(Entry* entry, HWND hwnd);
 

reactos/subsys/system/explorer/shell
shellbrowser.h 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- shellbrowser.h	28 Feb 2004 23:33:14 -0000	1.20
+++ shellbrowser.h	3 Mar 2004 20:33:21 -0000	1.21
@@ -125,7 +125,8 @@
 	int		InsertSubitems(HTREEITEM hParentItem, Entry* entry, IShellFolder* pParentFolder);
 	bool	InitDragDrop();
 
-	virtual void jump_to(void* path);
+	virtual void jump_to(LPCTSTR path);
+	void	jump_to(LPCITEMIDLIST pidl);
 
 	HRESULT OnDefaultCommand(LPIDA pida);
 

reactos/subsys/system/explorer/shell
webchild.cpp 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- webchild.cpp	28 Feb 2004 23:33:14 -0000	1.11
+++ webchild.cpp	3 Mar 2004 20:33:21 -0000	1.12
@@ -288,7 +288,7 @@
 }
 
 
-void WebChildWindow::jump_to(void* path)
+void WebChildWindow::jump_to(LPCTSTR path)
 {
 
 //@@

reactos/subsys/system/explorer/shell
webchild.h 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- webchild.h	28 Feb 2004 23:33:14 -0000	1.9
+++ webchild.h	3 Mar 2004 20:33:21 -0000	1.10
@@ -1076,5 +1076,5 @@
 
 	LRESULT WndProc(UINT message, WPARAM wparam, LPARAM lparam);
 
-	virtual void jump_to(void* path);
+	virtual void jump_to(LPCTSTR path);
 };

reactos/subsys/system/explorer/utility
window.h 1.45 -> 1.46
diff -u -r1.45 -r1.46
--- window.h	28 Feb 2004 23:33:15 -0000	1.45
+++ window.h	3 Mar 2004 20:33:21 -0000	1.46
@@ -293,7 +293,7 @@
 	LRESULT	WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
 
 	virtual void resize_children(int cx, int cy);
-	virtual void jump_to(void* path) = 0;
+	virtual void jump_to(LPCTSTR path) = 0;
 
 protected:
 	MenuInfo*_menu_info;
CVSspam 0.2.8