[ifolder-svn] SF.net SVN: ifolder:[7602] trunk/ifolder/src/UI/Windows/iFolderShell/ iFolderShell
Brought to you by:
srinidhi_bs
|
From: <spr...@us...> - 2011-06-22 13:35:40
|
Revision: 7602
http://ifolder.svn.sourceforge.net/ifolder/?rev=7602&view=rev
Author: spratima
Date: 2011-06-22 13:35:34 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
ID: #631242
Reviewer: GG
Localization Required: No
Documentation Required: No
Description: GroupWise 8.0.2 Client crash caused by iFolder
Modified Paths:
--------------
trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.cpp
trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.h
Modified: trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.cpp
===================================================================
--- trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.cpp 2011-06-15 13:43:40 UTC (rev 7601)
+++ trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.cpp 2011-06-22 13:35:34 UTC (rev 7602)
@@ -53,7 +53,7 @@
// static members
-IiFolderComponentPtr CiFolderShell::m_spiFolder = NULL;
+//IiFolderComponentPtr CiFolderShell::m_spiFolder = NULL;
extern "C" int APIENTRY
DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
@@ -353,7 +353,7 @@
m_cRef = 0L;
m_pDataObj = NULL;
m_hBmpMenu = NULL;
-// m_spiFolder= NULL;
+ m_spiFolder= NULL;
m_iFolderClass = iFClass;
InterlockedIncrement((LONG *)&g_cRefThisDll);
Modified: trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.h
===================================================================
--- trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.h 2011-06-15 13:43:40 UTC (rev 7601)
+++ trunk/ifolder/src/UI/Windows/iFolderShell/iFolderShell/iFolderShell.h 2011-06-22 13:35:34 UTC (rev 7602)
@@ -92,7 +92,7 @@
LPDATAOBJECT m_pDataObj;
public:
- static IiFolderComponentPtr m_spiFolder;
+ IiFolderComponentPtr m_spiFolder;
TCHAR m_szFileUserClickedOn[MAX_PATH];
static TCHAR m_szShellPath[MAX_PATH];
iFolderClass m_iFolderClass;
@@ -141,8 +141,8 @@
STDMETHODIMP GetPriority(int *pIPriority);
//IShellPropSheetExt methods
- STDMETHODIMP AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage,LPARAM lParam);
-
+ STDMETHODIMP AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage,
+ LPARAM lParam);
STDMETHODIMP ReplacePage(UINT uPageID,
LPFNADDPROPSHEETPAGE lpfnReplaceWith,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|