Confirmed users
398
edits
(/* Labels) |
(/* Labels) |
||
| Line 124: | Line 124: | ||
// do something .... | // do something .... | ||
} // label "End Event [...]..." | } // label "End Event [...]..." | ||
#endif | |||
The "Begin ..." label would be added when the instance of |AutoScopedLabel| was created. And, "End ..." label would be added when the instance was destroyed. | The "Begin ..." label would be added when the instance of |AutoScopedLabel| was created. And, "End ..." label would be added when the instance was destroyed. | ||