aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsys.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llcommon/llsys.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/llcommon/llsys.h')
-rw-r--r--linden/indra/llcommon/llsys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llsys.h b/linden/indra/llcommon/llsys.h
index fc4e027..332d62c 100644
--- a/linden/indra/llcommon/llsys.h
+++ b/linden/indra/llcommon/llsys.h
@@ -51,6 +51,7 @@ public:
51 void stream(std::ostream& s) const; 51 void stream(std::ostream& s) const;
52 52
53 const std::string& getOSString() const; 53 const std::string& getOSString() const;
54 const std::string& getOSStringSimple() const;
54 55
55 S32 mMajorVer; 56 S32 mMajorVer;
56 S32 mMinorVer; 57 S32 mMinorVer;
@@ -64,6 +65,7 @@ public:
64 static U32 getProcessResidentSizeKB(); 65 static U32 getProcessResidentSizeKB();
65private: 66private:
66 std::string mOSString; 67 std::string mOSString;
68 std::string mOSStringSimple;
67}; 69};
68 70
69 71