Subversion Repositories tpanel

Rev

Rev 303 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 316
Line 76... Line 76...
76
            SIP_STUN,
76
            SIP_STUN,
77
            SIP_ICE,
77
            SIP_ICE,
78
            SIP_UPNP
78
            SIP_UPNP
79
        }SIP_FIREWALL_t;
79
        }SIP_FIREWALL_t;
80
 
80
 
81
        static void setTemporary(bool tmp);
81
        static bool setTemporary(bool tmp);
82
        static bool getTemporary() { return mTemporary; }
82
        static bool getTemporary() { return mTemporary; }
83
        static void reset();
83
        static void reset();
84
        static void setProgName(const std::string& pname);
84
        static void setProgName(const std::string& pname);
85
        static std::string& getProgName();
85
        static std::string& getProgName();
86
        static std::string& getConfigPath();
86
        static std::string& getConfigPath();