~ubuntu-branches/ubuntu/oneiric/codelite/oneiric

« back to all changes in this revision

Viewing changes to Plugin/environmentconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-10 09:42:05 UTC
  • mfrom: (18.1.3 natty)
  • Revision ID: james.westby@ubuntu.com-20110210094205-z95l6p3inj3atpju
Tags: 2.8.0.4537~dfsg-2
* Upload to unstable.
* Patches have been forwarded.
* Update debian/gbp.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "evnvarlist.h"
31
31
 
32
32
class EnvSetter;
33
 
class EnvironmentConfig : public ConfigurationToolBase
 
33
class WXDLLIMPEXP_SDK EnvironmentConfig : public ConfigurationToolBase
34
34
{
35
35
        // Allow access to Apply/UnApply Env
36
36
        friend class EnvSetter;
37
 
 
38
 
        static EnvironmentConfig* ms_instance;
 
37
        
39
38
        StringMap m_envSnapshot;
40
39
        int       m_envApplied;
41
40