[mapguide-users] GWSObjectCollection uses protected functions of GWSObject
artem
artimoshagaming at gmail.com
Thu Oct 22 01:39:17 PDT 2020
Hi All,
### 1
In file:
https://trac.osgeo.org/mapguide/browser/trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObject.h
there is GWSObjectCollection class, which uses protected functions from
GWSObject class, e.g.:
322 if(pChild->InternalRefCount() == 1)
Therefore next lines should be uncommented(?):
71 //template <class ChildInterface, class ChildClass, class Interface,
class ThreadModel >
72 //friend class GWSObjectCollection;
### 2
In file:
https://trac.osgeo.org/mapguide/browser/trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h
there is no section:
#ifndef GWSOPERATIONHANDLER_H
#define GWSOPERATIONHANDLER_H
but "#endif" is present.
Best Regards,
Artem
--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
More information about the mapguide-users
mailing list