[mapguide-commits] r1321 - trunk/MgDev/Common/Stylization
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Mar 21 16:22:37 EDT 2007
Author: traianstanev
Date: 2007-03-21 16:22:37 -0400 (Wed, 21 Mar 2007)
New Revision: 1321
Modified:
trunk/MgDev/Common/Stylization/SE_SymbolManager.h
Log:
Part 2 of fix for image resources. Also added support for image name being an expression and also fixed problems with fetching images when they are attached to the symbol definition resources.
Modified: trunk/MgDev/Common/Stylization/SE_SymbolManager.h
===================================================================
--- trunk/MgDev/Common/Stylization/SE_SymbolManager.h 2007-03-21 20:22:21 UTC (rev 1320)
+++ trunk/MgDev/Common/Stylization/SE_SymbolManager.h 2007-03-21 20:22:37 UTC (rev 1321)
@@ -29,7 +29,7 @@
{
public:
virtual SymbolDefinition* GetSymbolDefinition(const wchar_t* resource) = 0;
- virtual const unsigned char* GetImageData(const wchar_t* resource, int& length) = 0;
+ virtual const unsigned char* GetImageData(const wchar_t* resource, const wchar_t* name, int& length) = 0;
};
#endif
More information about the mapguide-commits
mailing list