]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliDCSMessage.h
EffC++ warnings corrected.
[u/mrichter/AliRoot.git] / SHUTTLE / AliDCSMessage.h
index 2dc72980bdb8f9f38c4ade585537794bf2e94bbc..ddede02161cd8bdbb7093e4e727d44943f1b056f 100644 (file)
@@ -15,7 +15,6 @@
 #include <TString.h>
 #include <TObjArray.h>
 #include "AliDCSValue.h"
-#include "AliSimpleValue.h"
 
 #define HEADER_SIZE 8
 #define ID_OFFSET 0
@@ -85,7 +84,7 @@ public:
 
         void CreateCountMessage(UInt_t count);
 
-        void CreateResultSetMessage(AliSimpleValue::Type type); 
+        void CreateResultSetMessage(AliDCSValue::Type type);
 
         void CreateErrorMessage(ErrorCode code, const char* errorString);
        
@@ -135,7 +134,7 @@ public:
         UInt_t GetCount() const;
 
         // ResultSetType Message getters ans setters       
-        AliSimpleValue::Type GetSimpleValueType() const;
+        AliDCSValue::Type GetValueType() const;
 
         UInt_t GetValueCount() const;
 
@@ -181,8 +180,9 @@ private:
        UInt_t fCount;                  // count counter
 
        //ResultSet message fields
-       AliSimpleValue::Type fSimpleValueType; // Simple value type
+       AliDCSValue::Type fValueType; // Simple value type
 
+  // TODO this has to be a pointer
        TObjArray fValues;              // array of received values
        
        //Error message fields