summaryrefslogtreecommitdiff
path: root/maximus/system/inc/SystemSciMsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/system/inc/SystemSciMsg.h')
-rw-r--r--maximus/system/inc/SystemSciMsg.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/maximus/system/inc/SystemSciMsg.h b/maximus/system/inc/SystemSciMsg.h
index 7ba9903e3c..c525c12896 100644
--- a/maximus/system/inc/SystemSciMsg.h
+++ b/maximus/system/inc/SystemSciMsg.h
@@ -107,9 +107,14 @@ public:
* @return bool
*/
bool checkCompatibility ( ) const;
-
+
void displaySpecializedSciMsgHeader ( ) const;
-
+
+ /**
+ * Display the specialized SCI message type.
+ */
+ void displaySpecializedSciMsgType ( int log_level ) const;
+
// public attribute accessor methods
//
@@ -151,10 +156,8 @@ private:
// private methods
//
-
+
void initAttributes ( ) ;
-
- void displaySpecializedSciMsgType ( ) const;
protected: