TIBCO Adapter SDK C++ Reference
Up | Next
MAdvisoryDocument::MAdvisorySeverity
MAdvisoryDocument
Advisory severity codes.
Members
Members Description
M_Info = 1 Information.
M_Warn Warning.
M_Error Error.
M_Fatal Fatal.
Declaration
enum MAdvisorySeverity {
  M_Info = 1,
  M_Warn,
  M_Error,
  M_Fatal
};
File
MAdvisoryDocument.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.