equal
deleted
inserted
replaced
125 protected: |
125 protected: |
126 |
126 |
127 Registry* registry; |
127 Registry* registry; |
128 int registry_index; |
128 int registry_index; |
129 |
129 |
130 public: |
|
131 |
|
132 /// \brief The member function to notificate the observer about an |
130 /// \brief The member function to notificate the observer about an |
133 /// item is added to the container. |
131 /// item is added to the container. |
134 /// |
132 /// |
135 /// The add() member function notificates the observer about an item |
133 /// The add() member function notificates the observer about an item |
136 /// is added to the container. It have to be overrided in the |
134 /// is added to the container. It have to be overrided in the |