Changes between Version 5 and Version 6 of MapGuideRfc20
- Timestamp:
- 05/07/07 10:22:20 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc20
v5 v6 34 34 Expose the API: 35 35 36 STRING !MgUserInformation::!GetUserName() 37 38 MgByteReader* !MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role ); 39 MgStringCollection* MgSite::EnumerateRoles( CREFSTRING user, CREFSTRING group ); 36 STRING MgUserInformation::!GetUserName() 37 !MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role ); 38 !MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group ); 40 39 41 40