6 modified files
reactos/subsys/system/explorer/shell
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
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
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
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
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
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