]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blobdiff - daemon/SessionXML.h
gator: Version 5.18
[android-sdk/arm-ds5-gator.git] / daemon / SessionXML.h
index 0fb03bd6627c75bd8344a308666cfc057e55cf7d..e146094a4d1751c260e356075fd36b322b1db849 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) ARM Limited 2010-2013. All rights reserved.
+ * Copyright (C) ARM Limited 2010-2014. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -24,13 +24,13 @@ struct ConfigParameters {
 
 class SessionXML {
 public:
-       SessionXML(const charstr);
+       SessionXML(const char *str);
        ~SessionXML();
        void parse();
        ConfigParameters parameters;
 private:
-       char*  mSessionXML;
-       char*  mPath;
+       const char *mSessionXML;
+       const char *mPath;
        void sessionTag(mxml_node_t *tree, mxml_node_t *node);
        void sessionImage(mxml_node_t *node);