StringStream & operator<<( StringStream & oStream, const NotificationEvent & oEvent );
Name | Description | |
---|---|---|
in | oStream | Specify the string stream to add the information to. |
in | oEvent | Specifies a NotificationEvent object. |
Adds NotificationEvent
object information to a string stream. Used for debugging.
CONFIDENTIAL