Kaydet (Commit) e6abf10f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add cautionary comment

Change-Id: I6003e8193bf58ba21cd8d5abe42959b489b2f39d
üst 8c0c897c
......@@ -38,6 +38,10 @@ private:
const char * m_sProfileId;
long long m_aCreateTime;
public:
// Note that the char pointer is stored as such in the ProfileZone object and used in the
// destructor, so be sure to pass a pointer that stays valid for the duration of the object's
// lifetime.
ProfileZone(const char * sProfileId);
~ProfileZone();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment