Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2011, 10:48:55 PM (13 years ago)
Author:
dafrick
Message:

Moving the things done with the eventTemplate into the PortalEndPoint class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/portals/src/modules/portals/PortalEndPoint.h

    r8243 r8290  
    4949            void jumpOut(MobileEntity * entity);
    5050        protected:
     51           
    5152        private:
     53            static const std::string EVENTFUNCTIONNAME;
     54           
    5255            unsigned int id_;
    5356            DistanceMultiTrigger * trigger_;
    5457            std::string templateName_;
    55             void setEventTemplate(const std::string & temp)
    56             {
    57                 this->addTemplate(temp);
    58             }
     58
    5959            std::set<MobileEntity *> recentlyJumpedOut_; //!< Entities which recently jumped out of this EndPoint, hence they shouldn't be pulled in again if the endpoint is the beginning of a link
    6060    };
Note: See TracChangeset for help on using the changeset viewer.