http://bugzilla.moblin.org/show_bug.cgi?id=6378
--- Comment #24 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2010-02-25 17:24:59
PST ---
That's a dilemma. I want to use PresentStatus, but it is a
private class in
DBusServer. If I make it as public, then I have to put definition of this class
it first before defining its a variable. so I will re-order the layout of
DBusServer or move the class out. I don't want bigger change. If you object it,
I'll change it.
class DBusServer {
private:
class PresenceStatus{
} m_presence;
public:
...
};
I'll move PresenceStatus definition out of DBusServer.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.